Home
last modified time | relevance | path

Searched refs:pthread_cond_wait (Results 1 – 25 of 50) sorted by relevance

12

/external/valgrind/main/none/tests/x86/
Dyield.c23 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/
Dtc23_bogus_condwait.c69 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/
Dtc23_bogus_condwait.stderr.exp-linux-ppc3 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:?)
Dpth_cancel_locked.c21 pthread_cond_wait(&s_cond, &s_mutex1); in thread()
39 pthread_cond_wait(&s_cond, &s_mutex1); in main()
Dtc23_bogus_condwait.stderr.exp-linux-x863 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:?)
Dpth_broadcast.c43 pthread_cond_wait(&p->m_cond, &p->m_mutex); in csema_p()
101 pthread_cond_wait(&s_cond, &s_mutex); in thread_func()
Dpth_cond_race.c48 pthread_cond_wait(&s_cond, &s_mutex); in main()
Dfree_is_write.c52 while (count < THREAD_COUNT && pthread_cond_wait(&cond, &mutex) == 0) in main()
Dthread_name.c32 pthread_cond_wait(&s_cond, &s_mutex); in thread_func()
Dbug-235681.c31 rc = pthread_cond_wait(&cond_var, &mutex); in run_fn()
Dpth_detached.c74 const int ret = pthread_cond_wait(&s_cond, &s_mutex); in main()
/external/valgrind/unittest/
Dlibstdc++_tests.cc97 pthread_cond_wait(&cv, &mu); in TEST()
160 pthread_cond_wait(&cv, &mu); in TEST()
Dthread_wrappers_pthread.h189 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/
Dcondition_variable_posix.cc86 pthread_cond_wait(&_cond, &cs->_mutex); in SleepCS()
137 pthread_cond_wait(&_cond, &cs->_mutex); in SleepCS()
/external/valgrind/main/none/tests/
Dpth_cvsimple.c52 pthread_cond_wait(&count_hit_threshold, &count_lock); in watch_count()
/external/llvm/test/Linker/
D2011-08-22-ResolveAlias.ll28 …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*)
D2011-08-22-ResolveAlias2.ll31 …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/
DParallelJIT.cpp166 result = pthread_cond_wait( &condition, &mutex ); in block()
190 pthread_cond_wait( &condition, &mutex ); in releaseThreads()
/external/srec/audio/AudioIn/UNIX/src/
Daudioin.c217 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/
Dcondition_variable_posix.cc35 int rv = pthread_cond_wait(&condition_, user_mutex_); in Wait()
/external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
DSDL_syscond.c150 if ( pthread_cond_wait(&cond->cond, &mutex->id) != 0 ) { in SDL_CondWait()
/external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
DSDL_syscond.c154 if ( pthread_cond_wait(&cond->cond, &mutex->id) != 0 ) { in SDL_CondWait()
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
DSDLOSXCAGuard.c148 theError = pthread_cond_wait(&cag->mCondVar, &cag->mMutex); in SDLOSXCAGuard_Wait()
/external/chromium/third_party/libjingle/source/talk/base/
Devent.cc177 error = pthread_cond_wait(&event_cond_, &event_mutex_);
/external/bluetooth/glib/gthread/
Dgthread-posix.c231 result = pthread_cond_wait ((pthread_cond_t *)cond, in g_cond_timed_wait_posix_impl()
454 (void (*)(GCond *, GMutex *)) pthread_cond_wait,

12