Multithreaded Programming Guide

cond_wait Syntax

#include <thread.h>

int cond_wait(cond_t *cv, mutex_t *mp);