Home
last modified time | relevance | path

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

12

/external/linux-kselftest/tools/testing/selftests/sync/
Dsync_fence.c45 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()
Dsync_wait.c56 ret = sync_wait(merged, 0); in test_fence_multi_timeline_wait()
79 ret = sync_wait(merged, 100); in test_fence_multi_timeline_wait()
Dsync_stress_merge.c97 ret = sync_wait(fence, 0); in test_merge_stress_random_merge()
106 ret = sync_wait(fence, 0); in test_merge_stress_random_merge()
Dsync_stress_consumer.c82 ASSERT(sync_wait(fence, -1) > 0, in mpsc_producer_thread()
133 ASSERT(sync_wait(fence, -1) > 0, in mpcs_consumer_thread()
Dsync.h35 int sync_wait(int fd, int timeout);
DMakefile21 TESTS += sync_wait.o
Dsync_stress_parallelism.c54 ret = sync_wait(fence, -1); in test_stress_two_threads_shared_timeline_thread()
/external/drm_hwcomposer/include/
DDrmFramebuffer.h59 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/
Dcros_gralloc_helpers.cc73 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/
Dsync.h20 int sync_wait(int fd, int timeout);
/external/swiftshader/include/Android/android/
Dsync.h20 int sync_wait(int fd, int timeout);
/external/mesa3d/src/android_stub/
Dsync_stub.cpp10 int sync_wait(int fd, int timeout) in sync_wait() function
/external/mesa3d/include/android_stub/sync/
Dsync.h45 int sync_wait(int fd, int timeout);
/external/mesa3d/include/android_stub/android/
Dsync.h45 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/
Dformat1 name: sync_wait
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/sync/sync_wait/
Dformat1 name: sync_wait
/external/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/sync/sync_wait/
Dformat1 name: sync_wait
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/sync/sync_wait/
Dformat1 name: sync_wait
/external/mesa3d/src/util/
Dlibsync.h69 static inline int sync_wait(int fd, int timeout)
/external/libdrm/
Dlibsync.h61 static inline int sync_wait(int fd, int timeout) in sync_wait() function
/external/mesa3d/src/gallium/drivers/lima/
Dlima_fence.c112 return !sync_wait(fence->fd, timeout / 1000000); in lima_fence_finish()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c516 #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/
Detnaviv_fence.c69 return !sync_wait(fence->fence_fd, timeout / 1000000); in etna_screen_fence_finish()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_sync.c223 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/
Dvc4_fence.c86 return sync_wait(f->fd, timeout_ns / 1000000) == 0; in vc4_fence_finish()

12