Searched refs:_pthread_cond_init (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/lib/libc/include/
H A Dreentrant.h104 #define cond_init(c, a, p) _pthread_cond_init(c, a)
H A Dnamespace.h120 #define pthread_cond_init _pthread_cond_init
/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_cond.c66 __weak_reference(_pthread_cond_init, pthread_cond_init);
73 _pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) function
192 (rval = _pthread_cond_init(cond, NULL)) != 0)
390 if (*cond == NULL && (rval = _pthread_cond_init(cond, NULL)) != 0)
591 else if (*cond != NULL || (rval = _pthread_cond_init(cond, NULL)) == 0) {
660 else if (*cond != NULL || (rval = _pthread_cond_init(cond, NULL)) == 0) {
H A Dthr_barrier.c78 if ((ret = _pthread_cond_init(&bar->b_cond, NULL)) != 0) {
H A Dthr_rwlock.c115 ret = _pthread_cond_init(&prwlock->read_signal, NULL);
122 ret = _pthread_cond_init(&prwlock->write_signal, NULL);
H A Dthr_sem.c102 if (_pthread_cond_init(&sem->gtzero, NULL) != 0) {
H A Dthr_init.c186 {DUAL_ENTRY(_pthread_cond_init)}, /* PJT_COND_INIT */
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_cond.c59 __weak_reference(_pthread_cond_init, pthread_cond_init);
122 _pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr) function
H A Dthr_init.c225 {DUAL_ENTRY(_pthread_cond_init)}, /* PJT_COND_INIT */
/freebsd-10.2-release/lib/librt/
H A Dsigev_thread.c323 _pthread_cond_init(&tn->tn_cv, NULL);

Completed in 166 milliseconds