cond_init
#define cond_init(c, a, p) _pthread_cond_init(c, a)
cond_init(pthread_cond_t *cond, const pthread_condattr_t *cond_attr)