| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| bp_in_thread.c | 39 pthread_cond_init (&cond, NULL);
|
| pthread_cond_wait.c | 40 pthread_cond_init (&cond, NULL);
|
| hand-call-in-threads.c | 61 pthread_cond_init (&cond, NULL); 117 pthread_cond_init (&thread_count_condvar, NULL);
|
| interrupted-hand-call.c | 67 pthread_cond_init (&cond, NULL); 139 pthread_cond_init (&thread_count_condvar, NULL);
|
| queue-signal.c | 127 pthread_cond_init (&thread_count_condvar, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| bp_in_thread.c | 39 pthread_cond_init (&cond, NULL);
|
| pthread_cond_wait.c | 40 pthread_cond_init (&cond, NULL);
|
| hand-call-in-threads.c | 61 pthread_cond_init (&cond, NULL); 117 pthread_cond_init (&thread_count_condvar, NULL);
|
| interrupted-hand-call.c | 67 pthread_cond_init (&cond, NULL); 139 pthread_cond_init (&thread_count_condvar, NULL);
|
| queue-signal.c | 127 pthread_cond_init (&thread_count_condvar, NULL);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/ |
| condition.h | 35 ((pthread_cond_init((cp), NULL) == 0) ? \
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| condition.h | 73 int _ret = pthread_cond_init(cond, NULL); \ 74 PTHREADS_RUNTIME_CHECK(pthread_cond_init, _ret); \
|
| /src/lib/libpthread/ |
| cnd.c | 70 if (pthread_cond_init(cond, NULL) == 0)
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| threads.h | 28 #define COND_INIT(c) pthread_cond_init(&c, NULL)
|
| /src/external/gpl3/gcc/dist/libgomp/config/posix/ |
| sem.c | 47 ret = pthread_cond_init (&sem->cond, NULL);
|
| /src/external/gpl3/gcc.old/dist/libgomp/config/posix/ |
| sem.c | 47 ret = pthread_cond_init (&sem->cond, NULL);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/ |
| condition.h | 33 if (pthread_cond_init(cond, NULL) != 0) { \ 38 "pthread_cond_init failed: %s", \
|
| /src/tests/lib/libpthread/ |
| t_preempt.c | 94 PTHREAD_REQUIRE(pthread_cond_init(&cond, NULL));
|
| t_condwait.c | 64 pthread_cond_init(&cond, &attr);
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| gettext-6-prg.c | 150 if (pthread_cond_init (&waitqueue, NULL))
|
| gettext-7-prg.c | 154 if (pthread_cond_init (&waitqueue, NULL))
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
| dd_interceptors.cc | 176 INTERCEPTOR(int, pthread_cond_init, pthread_cond_t *c, 180 return REAL(pthread_cond_init)(cond, a); 314 INTERCEPT_FUNCTION_VER(pthread_cond_init, "GLIBC_2.3.2");
|
| /src/external/cddl/osnet/lib/libzfs/ |
| thread_pool.c | 240 (void) pthread_cond_init(&tpool->tp_busycv, NULL); 241 (void) pthread_cond_init(&tpool->tp_workcv, NULL); 242 (void) pthread_cond_init(&tpool->tp_waitcv, NULL);
|
| /src/external/bsd/libevent/dist/ |
| evthread_pthread.c | 112 if (pthread_cond_init(cond, NULL)) {
|
| /src/external/bsd/ntp/dist/sntp/libevent/ |
| evthread_pthread.c | 111 if (pthread_cond_init(cond, NULL)) {
|