/external/valgrind/helgrind/tests/ |
cond_init_destroy.c | 5 pthread_cond_init(& c, NULL);
|
pth_destroy_cond.c | 26 pthread_cond_init(&cond, NULL);
|
/external/valgrind/drd/tests/ |
annotate_hb_err.c | 17 pthread_cond_init(&cv, NULL); 30 pthread_cond_init((pthread_cond_t*)&i, NULL);
|
pth_cancel_locked.c | 30 pthread_cond_init(&s_cond, 0);
|
pth_cond_destroy_busy.stderr.exp | 6 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
|
annotate_hb_err.stderr.exp | 13 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?) 17 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
|
pth_inconsistent_cond_wait.stderr.exp1 | 8 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:?)
|
pth_inconsistent_cond_wait.stderr.exp2 | 8 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:?)
|
pth_cond_destroy_busy.c | 43 pthread_cond_init(&s_cond, 0);
|
pth_cond_race.c | 42 pthread_cond_init(&s_cond, 0);
|
pth_cond_race.stderr.exp | 8 at 0x........: pthread_cond_init (drd_pthread_intercepts.c:?)
|
thread_name.c | 53 pthread_cond_init(&s_cond, 0);
|
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
sync.h | 38 pthread_cond_init(&mCondition, NULL);
|
/hardware/intel/common/libwsbm/ |
configure.ac | 20 AC_SEARCH_LIBS(pthread_cond_init, pthread,
|
/external/compiler-rt/test/tsan/ |
bench_mutex.cc | 26 pthread_cond_init(&cv, 0);
|
cond_race.cc | 28 pthread_cond_init(&c->c, 0);
|
vptr_benign_race.cc | 8 pthread_cond_init(&c, 0);
|
cond.c | 47 pthread_cond_init(&c, 0);
|
cond_cancel.c | 40 pthread_cond_init(&c, 0);
|
cond_destruction.cc | 29 pthread_cond_init(&c, 0);
|
cond_version.c | 27 pthread_cond_init(&c, &at);
|
signal_cond.cc | 33 pthread_cond_init(&cond, 0);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
posix_event.ipp | 31 int error = ::pthread_cond_init(&cond_, 0);
|
/external/fio/lib/ |
tp.c | 93 pthread_cond_init(&tdat->cv, NULL); 94 pthread_cond_init(&tdat->sleep_cv, NULL);
|
/external/webrtc/webrtc/system_wrappers/source/ |
condition_variable_posix.cc | 44 pthread_cond_init(&cond_, NULL); 56 result = pthread_cond_init(&cond_, &cond_attr);
|