Home
last modified time | relevance | path

Searched refs:pthread_cond_init (Results 1 – 25 of 55) sorted by relevance

123

/external/valgrind/main/drd/tests/
Dannotate_hb_err.c17 pthread_cond_init(&cv, NULL); in main()
30 pthread_cond_init((pthread_cond_t*)&i, NULL); in main()
Dpth_inconsistent_cond_wait.stderr.exp28 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
22 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
32 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
Dpth_inconsistent_cond_wait.stderr.exp18 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
22 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
32 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
Dannotate_hb_err.stderr.exp13 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
17 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
Dtc23_bogus_condwait.stderr.exp-linux-x8612 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
29 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
49 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
69 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
Dtc23_bogus_condwait.stderr.exp-linux-ppc12 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
36 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
56 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
Dpth_broadcast.c30 pthread_cond_init(&p->m_cond, 0); in csema_ctr()
140 pthread_cond_init(&s_cond, 0); in main()
Dpth_cancel_locked.c30 pthread_cond_init(&s_cond, 0); in main()
Dpth_cond_race.c42 pthread_cond_init(&s_cond, 0); in main()
Dpth_cond_race.stderr.exp8 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
Dthread_name.c49 pthread_cond_init(&s_cond, 0); in main()
Dbug-235681.c58 rc = pthread_cond_init(&cond_var, NULL); in main()
Dpth_detached.c46 pthread_cond_init(&s_cond, 0); in main()
/external/valgrind/unittest/
Dlibstdc++_tests.cc89 pthread_cond_init(&cv, 0); in TEST()
152 pthread_cond_init(&cv, 0); in TEST()
/external/webrtc/src/system_wrappers/source/
Dcondition_variable_posix.cc50 result = pthread_cond_init(&_cond, NULL); in Construct()
63 result = pthread_cond_init(&_cond, &condAttr); in Construct()
Devent_posix.cc64 result = pthread_cond_init(&cond, 0); in Construct()
81 result = pthread_cond_init(&cond, &condAttr); in Construct()
/external/stressapptest/src/
Dlogger.cc69 LOGGER_ASSERT(0 == pthread_cond_init(&queued_lines_cond_, NULL)); in Logger()
70 LOGGER_ASSERT(0 == pthread_cond_init(&full_queue_cond_, NULL)); in Logger()
/external/mesa3d/src/pixelflinger2/
Dpixelflinger2.h122 pthread_cond_init(&assignCond, NULL); in Worker()
123 pthread_cond_init(&finishCond, NULL); in Worker()
/external/webp/src/utils/
Dthread.c88 static int pthread_cond_init(pthread_cond_t* const condition, void* cond_attr) { in pthread_cond_init() function
203 pthread_cond_init(&worker->condition_, NULL)) { in WebPWorkerReset()
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DCondVar.cpp42 int const res = pthread_cond_init (&mCondition, NULL); in CondVar()
/external/chromium/base/synchronization/
Dcondition_variable_posix.cc22 int rv = pthread_cond_init(&condition_, NULL); in ConditionVariable()
/external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
DSDL_syscond.c44 if ( pthread_cond_init(&cond->cond, NULL) < 0 ) { in SDL_CreateCond()
/external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
DSDL_syscond.c48 if ( pthread_cond_init(&cond->cond, NULL) < 0 ) { in SDL_CreateCond()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DSDLOSXCAGuard.c182 theError = pthread_cond_init(&cag->mCondVar, NULL); in new_SDLOSXCAGuard()
/external/chromium/third_party/libjingle/source/talk/base/
Devent.cc109 if (pthread_cond_init(&event_cond_, NULL) == 0)

123