Home
last modified time | relevance | path

Searched refs:wake (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c786 struct timespec wake; in sleep_until() local
787 ns_to_timespec(t, &wake); in sleep_until()
788 int ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &wake, NULL); in sleep_until()