Searched refs:pthread_cond_destroy (Results 1 – 9 of 9) sorted by relevance
75 pthread_cond_destroy(&prwlock->read_signal); in pthread_rwlock_destroy()76 pthread_cond_destroy(&prwlock->write_signal); in pthread_rwlock_destroy()113 pthread_cond_destroy(&prwlock->read_signal); in pthread_rwlock_init()
124 pthread_cond_destroy(&(*sem)->gtzero); in sem_destroy()
134 pthread_cond_destroy(pthread_cond_t * cond) in pthread_cond_destroy() function
16 pthread_cond_destroy.3 \
222 int pthread_cond_destroy(pthread_cond_t *);
150 #define scond_destroy(cp) pthread_cond_destroy(cp)
270 if ((_eC_ = pthread_cond_destroy((c)))) \
4955 ./man3/pthread_cond_destroy.htm
6743 ./usr/share/man/cat3/pthread_cond_destroy.0