cond_wait
struct cond_wait {
void cond_wait(struct cond *cnd, struct mutex *mtx)
static __always_inline void cond_wait(pthread_cond_t *restrict cond,