多线程编程指南

cond_wait 语法

#include <thread.h>



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