/hardware/intel/common/wrs_omxil_core/utils/src/ |
workqueue.cpp | 30 pthread_cond_init(&wcond, NULL); 33 pthread_cond_init(&executing_wait, NULL); 34 pthread_cond_init(&paused_wait, NULL); 224 pthread_cond_init(&complete, NULL);
|
/system/extras/memory_replay/ |
Thread.cpp | 23 pthread_cond_init(&cond_, nullptr);
|
/external/dng_sdk/source/ |
dng_mutex.cpp | 289 result = pthread_cond_init (&fPthreadCondition, NULL); 291 DNG_ASSERT (result == 0, "pthread_cond_init failed.");
|
/external/libchrome/base/synchronization/ |
condition_variable_posix.cc | 37 rv = pthread_cond_init(&condition_, &attrs); 40 rv = pthread_cond_init(&condition_, NULL);
|
/external/valgrind/drd/tests/ |
pth_broadcast.c | 30 pthread_cond_init(&p->m_cond, 0); 140 pthread_cond_init(&s_cond, 0);
|
bug-235681.c | 58 rc = pthread_cond_init(&cond_var, NULL);
|
filter_stderr_solaris | 32 'cond_init' => 'pthread_cond_init',
|
pth_detached.c | 46 pthread_cond_init(&s_cond, 0);
|
tc23_bogus_condwait.stderr.exp-linux-ppc | 12 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) 36 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) 56 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
|
pth_inconsistent_cond_wait.c | 113 PTH_CALL(pthread_cond_init(&s_cond, 0));
|
tc23_bogus_condwait.stderr.exp-linux-x86 | 12 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) 29 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) 49 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) 69 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
sync.h | 53 pthread_cond_init(&mCondition, 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/compiler-rt/lib/tsan/dd/ |
dd_interceptors.cc | 179 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, 183 return REAL(pthread_cond_init)(cond, a); 318 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2");
|
/device/huawei/angler/camera/QCamera2/stack/common/ |
cam_semaphore.h | 51 pthread_cond_init(&(s->cond), NULL);
|
/device/lge/bullhead/camera/QCamera2/stack/common/ |
cam_semaphore.h | 51 pthread_cond_init(&(s->cond), NULL);
|
/device/moto/shamu/camera/QCamera2/stack/common/ |
cam_semaphore.h | 51 pthread_cond_init(&(s->cond), NULL);
|
/external/skia/src/utils/ |
SkThreadUtils_pthread.cpp | 17 pthread_cond_init(&fCondition, nullptr);
|
/frameworks/rs/ |
rsSignal.cpp | 40 status = pthread_cond_init(&mCondition, nullptr);
|
/hardware/libhardware/modules/sensors/ |
SensorEventQueue.cpp | 30 pthread_cond_init(&mSpaceAvailableCondition, NULL);
|
/hardware/qcom/camera/QCamera2/stack/common/ |
cam_semaphore.h | 54 pthread_cond_init(&(s->cond), NULL);
|
/external/dbus/dbus/ |
dbus-sysdeps-pthread.c | 188 result = pthread_cond_init (&pcond->cond, &attr); 198 PTHREAD_CHECK ("pthread_cond_init", result);
|
/external/webrtc/webrtc/system_wrappers/source/ |
event_timer_posix.cc | 45 pthread_cond_init(&cond_, 0); 50 pthread_cond_init(&cond_, &cond_attr);
|
/external/squashfs-tools/squashfs-tools/ |
caches-queues-lists.c | 57 pthread_cond_init(&queue->empty, NULL); 58 pthread_cond_init(&queue->full, NULL); 163 pthread_cond_init(&queue->wait, NULL); 324 pthread_cond_init(&cache->wait_for_free, NULL); 325 pthread_cond_init(&cache->wait_for_unlock, NULL);
|
/external/google-breakpad/src/common/android/testing/ |
pthread_fixes.h | 58 pthread_cond_init(&barrier->cond, NULL);
|