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

1 2 3 4

  /device/google/marlin/camera/QCamera2/stack/common/
cam_cond.h 26 rc = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC); \
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_cond.h 26 rc = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC); \
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_cond.h 26 rc = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC); \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_setclock/
1-1.c 8 * Test that pthread_condattr_setclock()
38 rc = pthread_condattr_setclock(&condattr, CLOCK_REALTIME);
2-1.c 8 * Test that pthread_condattr_setclock()
45 rc = pthread_condattr_setclock(&condattr, INVALID_CLOCKID);
1-2.c 8 * Test that pthread_condattr_setclock()
50 rc = pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC);
1-3.c 8 * Test that pthread_condattr_setclock()
16 * 3. Call pthread_condattr_setclock passing this clock id to it
62 rc = pthread_condattr_setclock(&condattr, clockid);
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
cam_cond.h 26 rc = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC); \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_condattr_getclock/
1-2.c 39 rc = pthread_condattr_setclock(&condattr, CLOCK_REALTIME);
  /external/compiler-rt/test/tsan/
cond_version.c 6 // OS X doesn't have pthread_condattr_setclock.
26 pthread_condattr_setclock(&at, CLOCK_MONOTONIC);
  /packages/apps/Nfc/nci/jni/
CondVar.cpp 42 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
  /system/nfc/halimpl/bcm2079x/adaptation/
CondVar.cpp 42 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_posix.cc 52 result = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC);
event_timer_posix.cc 49 pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC);
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 29 // versions have pthread_condattr_setclock.
36 pthread_condattr_setclock(&attrs, CLOCK_MONOTONIC);
  /external/mesa3d/src/vulkan/wsi/
wsi_common_queue.h 56 ret = pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC);
  /external/valgrind/drd/tests/
monitor_example.cpp 90 pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC);
  /system/core/libbacktrace/
ThreadEntry.cpp 39 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
  /system/core/libutils/include/utils/
Condition.h 101 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
  /bionic/libc/bionic/
pthread_cond.cpp 93 int pthread_condattr_setclock(pthread_condattr_t* attr, clockid_t clock) { function
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
stress.c 140 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
  /bionic/libc/include/
pthread.h 115 int pthread_condattr_setclock(pthread_condattr_t* _Nonnull, clockid_t) __INTRODUCED_IN(21);
  /development/ndk/platforms/android-21/include/
pthread.h 167 int pthread_condattr_setclock(pthread_condattr_t*, clockid_t) __nonnull((1));
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-5.c 267 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);
2-6.c 326 ret = pthread_condattr_setclock(&ca, CLOCK_MONOTONIC);

Completed in 905 milliseconds

1 2 3 4