HomeSort by relevance Sort by last modified time
    Searched refs:cond_attr (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/webrtc/system_wrappers/source/
condition_variable_posix.cc 47 pthread_condattr_t cond_attr;
48 result = pthread_condattr_init(&cond_attr);
52 result = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC);
56 result = pthread_cond_init(&cond_, &cond_attr);
60 result = pthread_condattr_destroy(&cond_attr);
event_posix.cc 66 pthread_condattr_t cond_attr; local
67 result = pthread_condattr_init(&cond_attr);
71 result = pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC);
75 result = pthread_cond_init(&cond_, &cond_attr);
79 result = pthread_condattr_destroy(&cond_attr);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_thread.h 104 void* cond_attr) {
105 (void)cond_attr;
  /external/libvpx/libvpx/vp9/decoder/
vp9_thread.h 105 void* cond_attr) {
106 (void)cond_attr;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.h 105 void* cond_attr) {
106 (void)cond_attr;
  /external/chromium_org/third_party/libwebp/utils/
thread.c 106 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) {
107 (void)cond_attr;
  /external/webp/src/utils/
thread.c 106 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) {
107 (void)cond_attr;
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 394 pthread_condattr_t cond_attr; local
395 pthread_condattr_init(&cond_attr);
396 pthread_condattr_setclock(&cond_attr, CLOCK_MONOTONIC);
399 pthread_cond_init (&gki_cb.os.thread_evt_cond[task_id], &cond_attr);
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 948 // all information in cond_attr, so do we.
951 static int pthread_cond_init_WRK(pthread_cond_t* cond, pthread_condattr_t *cond_attr)
962 CALL_FN_W_WW(ret, fn, cond, cond_attr);
    [all...]
hg_main.c     [all...]

Completed in 735 milliseconds