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.c730 void sync_wait(sync_t *sync) { in sync_wait() function
1293 sync_wait(free_sync); in free_thread()
1421 sync_wait(poll_sync); in poll_thread()
1601 sync_wait(sync); in stage2_thread()
1605 sync_wait(sync); in stage2_thread()
1612 sync_wait(sync); in stage2_thread()
1616 sync_wait(sync); in stage2_thread()
1684 sync_wait(rw_thread_sync); in rw_thread()
1695 sync_wait(rw_thread_sync); in rw_thread()
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp363 static int sync_wait(int fd, int timeout) { in sync_wait() function in __anon833041150111::CallbackListenerWrapper
394 int error = sync_wait(presentFence, 500); in getPresentTime()