/external/linux-kselftest/tools/testing/selftests/sync/ |
D | sync_fence.c | 45 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 53 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 61 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait() 67 ret = sync_wait(fence, 0); in test_fence_one_timeline_wait()
|
D | sync_wait.c | 56 ret = sync_wait(merged, 0); in test_fence_multi_timeline_wait() 79 ret = sync_wait(merged, 100); in test_fence_multi_timeline_wait()
|
D | sync_stress_merge.c | 97 ret = sync_wait(fence, 0); in test_merge_stress_random_merge() 106 ret = sync_wait(fence, 0); in test_merge_stress_random_merge()
|
D | sync_stress_consumer.c | 82 ASSERT(sync_wait(fence, -1) > 0, in mpsc_producer_thread() 133 ASSERT(sync_wait(fence, -1) > 0, in mpcs_consumer_thread()
|
D | sync.h | 35 int sync_wait(int fd, int timeout);
|
D | Makefile | 21 TESTS += sync_wait.o
|
D | sync_stress_parallelism.c | 54 ret = sync_wait(fence, -1); in test_stress_two_threads_shared_timeline_thread()
|
/external/drm_hwcomposer/include/ |
D | DrmFramebuffer.h | 59 if (sync_wait(release_fence_fd_, kReleaseWaitTimeoutMs) != 0) { in Allocate() 91 int ret = sync_wait(release_fence_fd_, timeout_milliseconds); in WaitReleased()
|
/external/minigbm/cros_gralloc/ |
D | cros_gralloc_helpers.cc | 73 int err = sync_wait(fence, 1000); in cros_gralloc_sync_wait() 76 err = sync_wait(fence, -1); in cros_gralloc_sync_wait()
|
/external/swiftshader/include/Android/sync/ |
D | sync.h | 20 int sync_wait(int fd, int timeout);
|
/external/swiftshader/include/Android/android/ |
D | sync.h | 20 int sync_wait(int fd, int timeout);
|
/external/mesa3d/src/android_stub/ |
D | sync_stub.cpp | 10 int sync_wait(int fd, int timeout) in sync_wait() function
|
/external/mesa3d/include/android_stub/sync/ |
D | sync.h | 45 int sync_wait(int fd, int timeout);
|
/external/mesa3d/include/android_stub/android/ |
D | sync.h | 45 int sync_wait(int fd, int timeout);
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sync/sync_wait/ |
D | format | 1 name: sync_wait
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/sync/sync_wait/ |
D | format | 1 name: sync_wait
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sync/sync_wait/ |
D | format | 1 name: sync_wait
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/sync/sync_wait/ |
D | format | 1 name: sync_wait
|
/external/mesa3d/src/util/ |
D | libsync.h | 69 static inline int sync_wait(int fd, int timeout)
|
/external/libdrm/ |
D | libsync.h | 61 static inline int sync_wait(int fd, int timeout) in sync_wait() function
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_fence.c | 112 return !sync_wait(fence->fd, timeout / 1000000); in lima_fence_finish()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 516 #define sync_wait(fd, timeout) (-1) macro 575 pass = pass && sync_wait(final_fd, -1) == 0; in test_sync_file_fences() 578 pass = pass && sync_wait(buf_fd, 0) == 0; in test_sync_file_fences() 579 pass = pass && sync_wait(tex_fd, 0) == 0; in test_sync_file_fences() 580 pass = pass && sync_wait(merged_fd, 0) == 0; in test_sync_file_fences()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_fence.c | 69 return !sync_wait(fence->fence_fd, timeout / 1000000); in etna_screen_fence_finish()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sync.c | 223 if (sync_wait(fence->sync_fd, 0) == -1) in brw_fence_has_completed_locked() 287 if (sync_wait(fence->sync_fd, timeout_i32) == -1) in brw_fence_client_wait_locked()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_fence.c | 86 return sync_wait(f->fd, timeout_ns / 1000000) == 0; in vc4_fence_finish()
|