/external/valgrind/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[3]); 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 | 106 ---------------- pthread_cond_wait et al ---------------- 112 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 117 Thread #x's call to pthread_cond_wait failed 120 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-s390x | 108 ---------------- pthread_cond_wait et al ---------------- 114 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 119 Thread #x's call to pthread_cond_wait failed 122 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-glibc-2.18 | 98 ---------------- pthread_cond_wait et al ---------------- 104 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 109 Thread #x's call to pthread_cond_wait failed 112 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-glibc-2.21 | 106 ---------------- pthread_cond_wait et al ---------------- 112 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...) 117 Thread #x's call to pthread_cond_wait failed 120 by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
|
/external/valgrind/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/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 | 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_cancel_locked.c | 21 pthread_cond_wait(&s_cond, &s_mutex1); in thread() 39 pthread_cond_wait(&s_cond, &s_mutex1); in main()
|
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/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 88 pthread_cond_wait(&CS, &MS); // docs are contradictory on if this in slave_thread() 97 pthread_cond_wait(&CS, &MS); in slave_thread() 119 pthread_cond_wait(&CM, &MM); in master_thread()
|
/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 | cond_destruction.cc | 21 pthread_cond_wait(&c, &m); in thr() 33 pthread_cond_wait(&c, &m); in main()
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 117 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0); in cond_thread() 138 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0); in TEST() 145 EXPECT_EQ(pthread_cond_wait(&ctx.c, &ctx.m), 0); in TEST()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | rwlock.c | 45 pthread_cond_wait(&rw->pcond, &rw->plock); in rw_lock_read() 60 pthread_cond_wait(&rw->pcond, &rw->plock); in rw_lock_write()
|
/external/webrtc/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/squashfs-tools/squashfs-tools/ |
D | caches-queues-lists.c | 72 pthread_cond_wait(&queue->full, &queue->mutex); in queue_put() 89 pthread_cond_wait(&queue->empty, &queue->mutex); in queue_get() 224 pthread_cond_wait(&queue->wait, &queue->mutex); in seq_queue_get() 421 pthread_cond_wait(&cache->wait_for_free, &cache->mutex); in _cache_get() 618 pthread_cond_wait(&cache->wait_for_unlock, &cache->mutex); in cache_wait_unlock()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | threadpool.c | 52 pthread_cond_wait(&pool->new_work, &pool->m); in threadpool_worker() 184 pthread_cond_wait(&task->finish, &pool->m); in _mesa_threadpool_wait_for_task()
|
/external/stressapptest/src/ |
D | logger.cc | 106 LOGGER_ASSERT(0 == pthread_cond_wait(&full_queue_cond_, in QueueLogLine() 143 LOGGER_ASSERT(0 == pthread_cond_wait(&queued_lines_cond_, in ThreadMain()
|
/external/webp/src/utils/ |
D | thread_utils.c | 178 static int pthread_cond_wait(pthread_cond_t* const condition, in pthread_cond_wait() function 211 pthread_cond_wait(&impl->condition_, &impl->mutex_); in ThreadLoop() 238 pthread_cond_wait(&impl->condition_, &impl->mutex_); in ChangeState()
|
/external/ltp/testcases/kernel/fs/openfile/ |
D | openfile.c | 162 if (pthread_cond_wait(&c.init_cv, &c.m)) { in main() 247 if (pthread_cond_wait(&c.thr_cv, &c.m)) { in threads()
|