/external/valgrind/main/helgrind/tests/ |
D | tc23_bogus_condwait.stderr.exp-mips32 | 10 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 17 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 24 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 29 Thread #x's call to pthread_cond_wait failed 32 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 39 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 46 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 53 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 60 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
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()
|
D | tc20_verifywrap.stderr.exp-mips32 | 101 ---------------- pthread_cond_wait et al ---------------- 107 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 112 Thread #x's call to pthread_cond_wait failed 115 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-s390x | 101 ---------------- pthread_cond_wait et al ---------------- 107 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 112 Thread #x's call to pthread_cond_wait failed 115 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
/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/drd/tests/ |
D | tc23_bogus_condwait.stderr.exp-darwin-x86 | 3 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 7 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 27 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 34 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 54 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
|
D | tc23_bogus_condwait.stderr.exp-darwin-amd64 | 3 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 7 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 27 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 34 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?) 54 at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
|
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_cond_destroy_busy.c | 31 pthread_cond_wait(&s_cond, &s_mutex); in thread_func() 49 pthread_cond_wait(&s_cond, &s_mutex); in main()
|
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()
|
/external/lldb/test/functionalities/expr-doesnt-deadlock/ |
D | locking.c | 40 pthread_cond_wait (&control_condition, &control_mutex); in lock_acquirer_1() 65 pthread_cond_wait (&thread_started_condition, &thread_started_mutex); in main()
|
/external/compiler-rt/test/tsan/ |
D | cond.c | 21 pthread_cond_wait(&c, &m); in thr1() 35 pthread_cond_wait(&c, &m); in thr2()
|
D | bench_mutex.cc | 14 pthread_cond_wait(&cv, &mtx); in thread()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 112 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0); in cond_thread() 133 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0); in TEST() 140 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0); in TEST()
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | condition_variable_posix.cc | 75 pthread_cond_wait(&cond_, &cs->mutex_); in SleepCS() 119 pthread_cond_wait(&cond_, &cs->mutex_); in SleepCS()
|
/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/lldb/tools/debugserver/source/ |
D | PThreadEvent.cpp | 170 err = ::pthread_cond_wait (m_set_condition.Condition(), m_mutex.Mutex()); in WaitForSetEvents() 211 err = ::pthread_cond_wait (m_reset_condition.Condition(), m_mutex.Mutex()); in WaitForEventsToReset()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_thread.c | 35 pthread_cond_wait(&worker->condition_, &worker->mutex_); in thread_loop() 59 pthread_cond_wait(&worker->condition_, &worker->mutex_); in change_state()
|
/external/stressapptest/src/ |
D | logger.cc | 84 LOGGER_ASSERT(0 == pthread_cond_wait(&full_queue_cond_, in QueueLogLine() 125 LOGGER_ASSERT(0 == pthread_cond_wait(&queued_lines_cond_, in ThreadMain()
|
/external/libcxxabi/src/ |
D | cxa_guard.cpp | 206 if (pthread_cond_wait(&guard_cv, &guard_mut)) 218 if (pthread_cond_wait(&guard_cv, &guard_mut))
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | event_listener.cc | 96 return_code = pthread_cond_wait(&signal_cond_, in WaitOnEvent() 160 return_code = pthread_cond_wait(&signal_cond_, in WaitOnAny()
|
/external/chromium_org/third_party/libwebp/utils/ |
D | thread.c | 133 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function 164 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_); in ThreadLoop() 191 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_); in ChangeState()
|
/external/webp/src/utils/ |
D | thread.c | 133 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function 164 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_); in ThreadLoop() 191 pthread_cond_wait(&worker->impl_->condition_, &worker->impl_->mutex_); in ChangeState()
|