HomeSort by relevance Sort by last modified time
    Searched refs:sync_wait (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /system/core/libsync/
libsync.map.txt 22 sync_wait; # vndk
  /external/linux-kselftest/tools/testing/selftests/sync/
sync.h 35 int sync_wait(int fd, int timeout);
sync_fence.c 45 ret = sync_wait(fence, 0);
53 ret = sync_wait(fence, 0);
61 ret = sync_wait(fence, 0);
67 ret = sync_wait(fence, 0);
Makefile 16 TESTS += sync_wait.o
sync_wait.c 56 ret = sync_wait(merged, 0);
79 ret = sync_wait(merged, 100);
sync_stress_merge.c 97 ret = sync_wait(fence, 0);
106 ret = sync_wait(fence, 0);
sync_stress_consumer.c 82 ASSERT(sync_wait(fence, -1) > 0,
133 ASSERT(sync_wait(fence, -1) > 0,
sync_stress_parallelism.c 54 ret = sync_wait(fence, -1);
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_sync_handler.cpp 45 error = sync_wait(fd, 1000);
47 DLOGE("sync_wait error errno = %d, desc = %s", errno, strerror(errno));
83 if (sync_wait(fd, 0) < 0) {