Home
last modified time | relevance | path

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

1234567

/external/valgrind/helgrind/tests/
Dtc23_bogus_condwait.stderr.exp-mips3210 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:...)
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[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()
Dtc20_verifywrap.stderr.exp-mips32106 ---------------- 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:...)
Dtc20_verifywrap.stderr.exp-s390x108 ---------------- 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:...)
Dtc20_verifywrap.stderr.exp-glibc-2.1898 ---------------- 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:...)
Dtc20_verifywrap.stderr.exp-glibc-2.21106 ---------------- 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/
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/drd/tests/
Dtc23_bogus_condwait.stderr.exp-darwin-x863 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:?)
Dtc23_bogus_condwait.stderr.exp-darwin-amd643 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:?)
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:?)
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_cancel_locked.c21 pthread_cond_wait(&s_cond, &s_mutex1); in thread()
39 pthread_cond_wait(&s_cond, &s_mutex1); in main()
Dpth_cond_destroy_busy.c31 pthread_cond_wait(&s_cond, &s_mutex); in thread_func()
49 pthread_cond_wait(&s_cond, &s_mutex); in main()
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()
/external/ltp/testcases/realtime/stress/pi-tests/
Dlookup_pi_state.c88 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/
Dcond.c21 pthread_cond_wait(&c, &m); in thr1()
35 pthread_cond_wait(&c, &m); in thr2()
Dcond_destruction.cc21 pthread_cond_wait(&c, &m); in thr()
33 pthread_cond_wait(&c, &m); in main()
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc117 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/
Drwlock.c45 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/
Dcondition_variable_posix.cc75 pthread_cond_wait(&cond_, &cs->mutex_); in SleepCS()
119 pthread_cond_wait(&cond_, &cs->mutex_); in SleepCS()
/external/squashfs-tools/squashfs-tools/
Dcaches-queues-lists.c72 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/
Dthreadpool.c52 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/
Dlogger.cc106 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/
Dthread_utils.c178 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/
Dopenfile.c162 if (pthread_cond_wait(&c.init_cv, &c.m)) { in main()
247 if (pthread_cond_wait(&c.thr_cv, &c.m)) { in threads()

1234567