Home
last modified time | relevance | path

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

/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.h35 int sync_wait(int fd, int timeout);
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()
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