Searched refs:sync_wait (Results 1 – 16 of 16) sorted by relevance
/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 | 16 TESTS += sync_wait.o
|
D | sync_stress_parallelism.c | 54 ret = sync_wait(fence, -1); in test_stress_two_threads_shared_timeline_thread()
|
D | sync.c | 58 int sync_wait(int fd, int timeout) in sync_wait() function
|
/external/drm_hwcomposer/ |
D | drmframebuffer.h | 61 if (sync_wait(release_fence_fd_, kReleaseWaitTimeoutMs) != 0) { in Allocate() 93 int ret = sync_wait(release_fence_fd_, timeout_milliseconds); in WaitReleased()
|
D | virtualcompositorworker.cpp | 107 ret = sync_wait(outbuf_acquire_fence, kAcquireWaitTimeoutMs); in ProcessWork() 118 ret = sync_wait(layer_acquire_fence, kAcquireWaitTimeoutMs); in ProcessWork()
|
D | drmdisplaycompositor.cpp | 625 ret = sync_wait(acquire_fence, fence_timeout); in CommitFrame()
|
/external/swiftshader/src/Common/ |
D | GrallocAndroid.hpp | 74 sync_wait(fenceFd, -1); in unlock()
|
/external/libdrm/ |
D | libsync.h | 61 static inline int sync_wait(int fd, int timeout) in sync_wait() function
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_fence.c | 68 int ret = sync_wait(fence->fence_fd, timeout / 1000000); in fd_fence_finish()
|
/external/autotest/client/site_tests/graphics_Gralloc/src/ |
D | gralloctest.c | 637 CHECK(sync_wait(rgba_info.fence_fd, 10000) >= 0); in test_async() 642 CHECK(sync_wait(ycbcr_info.fence_fd, 10000) >= 0); in test_async()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_android.c | 189 sync_wait(fence_fd, timeout); in droid_window_dequeue_buffer()
|