Searched refs:_pthread_cond_destroy (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_barrier.c54 ret2 = _pthread_cond_destroy(&bar->b_cond);
H A Dthr_rwlock.c86 _pthread_cond_destroy(&prwlock->read_signal);
87 _pthread_cond_destroy(&prwlock->write_signal);
125 _pthread_cond_destroy(&prwlock->read_signal);
H A Dthr_cond.c67 __weak_reference(_pthread_cond_destroy, pthread_cond_destroy);
139 _pthread_cond_destroy(pthread_cond_t *cond) function
H A Dthr_init.c185 {DUAL_ENTRY(_pthread_cond_destroy)}, /* PJT_COND_DESTROY */
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_cond.c60 __weak_reference(_pthread_cond_destroy, pthread_cond_destroy);
130 _pthread_cond_destroy(pthread_cond_t *cond) function
H A Dthr_init.c224 {DUAL_ENTRY(_pthread_cond_destroy)}, /* PJT_COND_DESTROY */
/freebsd-10.2-release/lib/libc/include/
H A Dnamespace.h119 #define pthread_cond_destroy _pthread_cond_destroy

Completed in 136 milliseconds