Searched refs:pthread_cond_init (Results 1 - 25 of 79) sorted by relevance

1234

/external/valgrind/helgrind/tests/
H A Dcond_init_destroy.c5 pthread_cond_init(& c, NULL);
H A Dpth_destroy_cond.c26 pthread_cond_init(&cond, NULL);
/external/valgrind/drd/tests/
H A Dannotate_hb_err.c17 pthread_cond_init(&cv, NULL);
30 pthread_cond_init((pthread_cond_t*)&i, NULL);
H A Dpth_cancel_locked.c30 pthread_cond_init(&s_cond, 0);
H A Dpth_cond_destroy_busy.stderr.exp6 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
H A Dannotate_hb_err.stderr.exp13 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
17 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
H A Dpth_cond_destroy_busy.c43 pthread_cond_init(&s_cond, 0);
H A Dpth_cond_race.c42 pthread_cond_init(&s_cond, 0);
H A Dpth_cond_race.stderr.exp8 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
/external/compiler-rt/test/tsan/
H A Dbench_mutex.cc26 pthread_cond_init(&cv, 0);
H A Dcond_cancel.c40 pthread_cond_init(&c, 0);
H A Dcond.c47 pthread_cond_init(&c, 0);
H A Dcond_destruction.cc29 pthread_cond_init(&c, 0);
H A Dcond_race.cc28 pthread_cond_init(&c->c, 0);
H A Dcond_version.c27 pthread_cond_init(&c, &at);
H A Dsignal_cond.cc33 pthread_cond_init(&cond, 0);
H A Dvptr_benign_race.cc8 pthread_cond_init(&c, 0);
/external/lldb/tools/debugserver/source/
H A DPThreadCondition.h25 ::pthread_cond_init (&m_condition, NULL);
/external/lldb/test/functionalities/expr-doesnt-deadlock/
H A Dlocking.c58 pthread_cond_init (&control_condition, NULL);
59 pthread_cond_init (&thread_started_condition, NULL);
/external/google-breakpad/src/common/android/testing/
H A Dpthread_fixes.h58 pthread_cond_init(&barrier->cond, NULL);
/external/lldb/source/Host/common/
H A DCondition.cpp27 ::pthread_cond_init (&m_condition, NULL);
/external/webrtc/webrtc/system_wrappers/source/
H A Dcondition_variable_posix.cc44 pthread_cond_init(&cond_, NULL);
56 result = pthread_cond_init(&cond_, &cond_attr);
/external/fio/lib/
H A Dtp.c93 pthread_cond_init(&tdat->cv, NULL);
94 pthread_cond_init(&tdat->sleep_cv, NULL);
/external/libchrome/base/synchronization/
H A Dcondition_variable_posix.cc37 rv = pthread_cond_init(&condition_, &attrs);
40 rv = pthread_cond_init(&condition_, NULL);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.cpp46 int const res = pthread_cond_init (&mCondition, &attr);

Completed in 601 milliseconds

1234