pthread_cond
typedef struct pthread_cond *cnd_t;
cvp = calloc(1, sizeof(struct pthread_cond));
struct pthread_cond *cvp;
cond_wait_kernel(struct pthread_cond *cvp, struct pthread_mutex *mp,
cond_wait_user(struct pthread_cond *cvp, struct pthread_mutex *mp,
struct pthread_cond *cvp;
struct pthread_cond *cvp;
_Static_assert(sizeof(struct pthread_cond) <= THR_PAGE_SIZE_MIN,
struct pthread_cond *cvp;
cond_init_body(struct pthread_cond *cvp, const struct pthread_cond_attr *cattr)
struct pthread_cond *cvp;
#define THR_COND_INITIALIZER ((struct pthread_cond *)NULL)
#define THR_COND_DESTROYED ((struct pthread_cond *)1)
struct pthread_cond;
typedef struct pthread_cond *pthread_cond_t;