/external/valgrind/main/none/tests/x86/ |
D | yield.c | 23 pthread_cond_wait(&c_go, &m_go); in spinner() 38 pthread_cond_wait(&c_go, &m_go); in rep_nopper() 67 pthread_cond_wait(&c_running, &m_go); in main()
|
/external/valgrind/main/helgrind/tests/ |
D | tc23_bogus_condwait.c | 69 r= pthread_cond_wait(&cv, (pthread_mutex_t*)(4 + (char*)&mx[0]) ); in main() 72 r= pthread_cond_wait(&cv, &mx[0]); in main() 75 r= pthread_cond_wait(&cv, (pthread_mutex_t*)&rwl ); in main() 78 r= pthread_cond_wait(&cv, &mx[2] ); in main()
|
/external/valgrind/main/drd/tests/ |
D | tc23_bogus_condwait.stderr.exp-linux-ppc | 3 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 17 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 24 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 44 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 64 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
|
D | pth_cancel_locked.c | 21 pthread_cond_wait(&s_cond, &s_mutex1); in thread() 39 pthread_cond_wait(&s_cond, &s_mutex1); in main()
|
D | tc23_bogus_condwait.stderr.exp-linux-x86 | 3 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 17 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 37 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 57 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 77 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
|
D | pth_broadcast.c | 43 pthread_cond_wait(&p->m_cond, &p->m_mutex); in csema_p() 101 pthread_cond_wait(&s_cond, &s_mutex); in thread_func()
|
D | pth_cond_race.c | 48 pthread_cond_wait(&s_cond, &s_mutex); in main()
|
D | free_is_write.c | 52 while (count < THREAD_COUNT && pthread_cond_wait(&cond, &mutex) == 0) in main()
|
D | thread_name.c | 32 pthread_cond_wait(&s_cond, &s_mutex); in thread_func()
|
D | bug-235681.c | 31 rc = pthread_cond_wait(&cond_var, &mutex); in run_fn()
|
D | pth_detached.c | 74 const int ret = pthread_cond_wait(&s_cond, &s_mutex); in main()
|
/external/valgrind/unittest/ |
D | libstdc++_tests.cc | 97 pthread_cond_wait(&cv, &mu); in TEST() 160 pthread_cond_wait(&cv, &mu); in TEST()
|
D | thread_wrappers_pthread.h | 189 pthread_cond_wait(&cv_, &mu_); in WaitLoop() 222 void Wait(Mutex *mu) { CHECK(0 == pthread_cond_wait(&cv_, &mu->mu_)); } in Wait()
|
/external/webrtc/src/system_wrappers/source/ |
D | condition_variable_posix.cc | 86 pthread_cond_wait(&_cond, &cs->_mutex); in SleepCS() 137 pthread_cond_wait(&_cond, &cs->_mutex); in SleepCS()
|
/external/valgrind/main/none/tests/ |
D | pth_cvsimple.c | 52 pthread_cond_wait(&count_hit_threshold, &count_lock); in watch_count()
|
/external/llvm/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 28 …read_mutex_t = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*)* @pthread_cond_wait 73 declare extern_weak i32 @pthread_cond_wait(%union.pthread_cond_t*, %union.pthread_mutex_t*)
|
D | 2011-08-22-ResolveAlias2.ll | 31 …read_mutex_t = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*)* @pthread_cond_wait 78 declare extern_weak i32 @pthread_cond_wait(%union.pthread_cond_t*, %union.pthread_mutex_t*)
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 166 result = pthread_cond_wait( &condition, &mutex ); in block() 190 pthread_cond_wait( &condition, &mutex ); in releaseThreads()
|
/external/srec/audio/AudioIn/UNIX/src/ |
D | audioin.c | 217 int rc = pthread_cond_wait(&gThreadRunning, &gAudioMutex); in Initialize() 377 int rc = pthread_cond_wait(&gOpenExCalled, &gAudioMutex); in AcquisitionThread() 583 int rc = pthread_cond_wait(&gOpenExCalled, &gAudioMutex); in AcquisitionThread() 1134 int rc = pthread_cond_wait(&gCloseCalled, &gAudioMutex); in lhs_audioinClose()
|
/external/chromium/base/synchronization/ |
D | condition_variable_posix.cc | 35 int rv = pthread_cond_wait(&condition_, user_mutex_); in Wait()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/ |
D | SDL_syscond.c | 150 if ( pthread_cond_wait(&cond->cond, &mutex->id) != 0 ) { in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/ |
D | SDL_syscond.c | 154 if ( pthread_cond_wait(&cond->cond, &mutex->id) != 0 ) { in SDL_CondWait()
|
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
D | SDLOSXCAGuard.c | 148 theError = pthread_cond_wait(&cag->mCondVar, &cag->mMutex); in SDLOSXCAGuard_Wait()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | event.cc | 177 error = pthread_cond_wait(&event_cond_, &event_mutex_);
|
/external/bluetooth/glib/gthread/ |
D | gthread-posix.c | 231 result = pthread_cond_wait ((pthread_cond_t *)cond, in g_cond_timed_wait_posix_impl() 454 (void (*)(GCond *, GMutex *)) pthread_cond_wait,
|