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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
annotate_hb_err.c 17 pthread_cond_init(&cv, NULL);
30 pthread_cond_init((pthread_cond_t*)&i, NULL);
pth_cancel_locked.c 30 pthread_cond_init(&s_cond, 0);
annotate_hb_err.stderr.exp 13 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
17 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
pth_cond_race.c 42 pthread_cond_init(&s_cond, 0);
thread_name.c 49 pthread_cond_init(&s_cond, 0);
pth_cond_race.stderr.exp 8 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_cond_check_need_init.c 58 * re-initialise it only by calling pthread_cond_init()
63 result = pthread_cond_init (cond, NULL);
pthread_rwlock_init.c 84 result = pthread_cond_init (&rwl->cndSharedAccessCompleted, NULL);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CMutex.cpp 42 pthread_cond_init(&m_cond, NULL);
  /system/core/include/utils/
Condition.h 89 pthread_cond_init(&mCond, NULL);
96 pthread_cond_init(&mCond, &attr);
99 pthread_cond_init(&mCond, NULL);
  /external/chromium_org/third_party/libusb/src/libusb/os/
threads_posix.h 39 #define usbi_cond_init pthread_cond_init
  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.c 26 pthread_cond_init(&cond, NULL);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 71 pthread_cond_init(&cond1, NULL);
72 pthread_cond_init(&cond2, NULL);
  /device/asus/flo/camera/QCamera2/stack/common/
cam_semaphore.h 51 pthread_cond_init(&(s->cond), NULL);
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io/
queue.c 56 pthread_cond_init(&g_queue_not_empty_cond, NULL);
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_safe_queue.h 25 pthread_cond_init(&cond_, NULL);
  /external/chromium_org/third_party/leveldatabase/src/port/
port_posix.cc 32 PthreadCall("init cv", pthread_cond_init(&cv_, NULL));
  /external/chromium_org/third_party/skia/src/utils/
SkCondVar.cpp 13 pthread_cond_init(&fCond, NULL /* default cond attr */);
  /external/skia/src/utils/
SkCondVar.cpp 13 pthread_cond_init(&fCond, NULL /* default cond attr */);
  /hardware/qcom/camera/QCamera2/stack/common/
cam_semaphore.h 51 pthread_cond_init(&(s->cond), NULL);
  /external/valgrind/unittest/
libstdc++_tests.cc 89 pthread_cond_init(&cv, 0);
152 pthread_cond_init(&cv, 0);
  /external/webrtc/src/system_wrappers/source/
condition_variable_posix.cc 50 result = pthread_cond_init(&_cond, NULL);
63 result = pthread_cond_init(&_cond, &condAttr);
  /external/chromium_org/base/synchronization/
condition_variable_posix.cc 34 rv = pthread_cond_init(&condition_, &attrs);
37 rv = pthread_cond_init(&condition_, NULL);
  /external/stressapptest/src/
logger.cc 69 LOGGER_ASSERT(0 == pthread_cond_init(&queued_lines_cond_, NULL));
70 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL));
  /external/chromium/base/synchronization/
condition_variable_posix.cc 22 int rv = pthread_cond_init(&condition_, NULL);

Completed in 538 milliseconds

1 2 3 4 5 6 7 8 91011>>