Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c731 void sync_wait(sync_t *sync) { in sync_wait() function
1294 sync_wait(free_sync); in free_thread()
1422 sync_wait(poll_sync); in poll_thread()
1602 sync_wait(sync); in stage2_thread()
1606 sync_wait(sync); in stage2_thread()
1613 sync_wait(sync); in stage2_thread()
1617 sync_wait(sync); in stage2_thread()
1685 sync_wait(rw_thread_sync); in rw_thread()
1700 sync_wait(rw_thread_sync); in rw_thread()
/cts/tests/surfacecontrol/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp405 static int sync_wait(int fd, int timeout) { in sync_wait() function in __anonc460ff020111::CallbackListenerWrapper
436 int error = sync_wait(presentFence, 500); in getPresentTime()