Home
last modified time | relevance | path

Searched refs:sync_wait (Results 1 – 25 of 36) 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()
Dsync.c58 int sync_wait(int fd, int timeout) in sync_wait() function
/external/minigbm/cros_gralloc/
Dcros_gralloc_helpers.cc65 int err = sync_wait(acquire_fence, 1000); in cros_gralloc_sync_wait()
68 err = sync_wait(acquire_fence, -1); in cros_gralloc_sync_wait()
/external/drm_hwcomposer/
Ddrmframebuffer.h61 if (sync_wait(release_fence_fd_, kReleaseWaitTimeoutMs) != 0) { in Allocate()
93 int ret = sync_wait(release_fence_fd_, timeout_milliseconds); in WaitReleased()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c497 #define sync_wait(fd, timeout) (-1) macro
555 pass = pass && sync_wait(final_fd, -1) == 0; in test_sync_file_fences()
558 pass = pass && sync_wait(buf_fd, 0) == 0; in test_sync_file_fences()
559 pass = pass && sync_wait(tex_fd, 0) == 0; in test_sync_file_fences()
560 pass = pass && sync_wait(merged_fd, 0) == 0; in test_sync_file_fences()
/external/swiftshader/include/Android/android/
Dsync.h20 int sync_wait(int fd, int timeout);
/external/swiftshader/include/Android/sync/
Dsync.h20 int sync_wait(int fd, int timeout);
/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_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_hammerhead_MRA59G_3.4.0/events/sync/sync_wait/
Dformat1 name: sync_wait
/external/perfetto/test/configs/
Dprocesses.cfg32 ftrace_events: "sync_wait"
/external/swiftshader/src/System/
DGrallocAndroid.cpp94 sync_wait(fenceFd, -1); in unlock()
/external/swiftshader/src/Common/
DGrallocAndroid.cpp94 sync_wait(fenceFd, -1); in unlock()
/external/libdrm/
Dlibsync.h61 static inline int sync_wait(int fd, int timeout) in sync_wait() function
/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/etnaviv/
Detnaviv_fence.c69 return !sync_wait(fence->fence_fd, timeout / 1000000); in etna_screen_fence_finish()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_fence.c92 int ret = sync_wait(fence->fence_fd, timeout / 1000000); in fd_fence_finish()
/external/mesa3d/src/intel/vulkan/
Danv_android.c329 if (sync_wait(nativeFenceFd, /*timeout*/ -1) < 0) { in anv_AcquireImageANDROID()

12