Searched refs:THR_COND_DESTROYED (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_cond.c109 if (__predict_false((cvp = (*cond)) <= THR_COND_DESTROYED)) { \
115 } else if (cvp == THR_COND_DESTROYED) { \
137 else if (cvp == THR_COND_DESTROYED)
141 *cond = THR_COND_DESTROYED;
H A Dthr_private.h134 #define THR_COND_DESTROYED ((struct pthread_cond *)1) macro

Completed in 73 milliseconds