Home
last modified time | relevance | path

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

/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);
DMakefile16 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/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()
Dvirtualcompositorworker.cpp107 ret = sync_wait(outbuf_acquire_fence, kAcquireWaitTimeoutMs); in ProcessWork()
118 ret = sync_wait(layer_acquire_fence, kAcquireWaitTimeoutMs); in ProcessWork()
Ddrmdisplaycompositor.cpp625 ret = sync_wait(acquire_fence, fence_timeout); in CommitFrame()
/external/swiftshader/src/Common/
DGrallocAndroid.hpp74 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/gallium/drivers/freedreno/
Dfreedreno_fence.c68 int ret = sync_wait(fence->fence_fd, timeout / 1000000); in fd_fence_finish()
/external/autotest/client/site_tests/graphics_Gralloc/src/
Dgralloctest.c637 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/
Dplatform_android.c189 sync_wait(fence_fd, timeout); in droid_window_dequeue_buffer()