06 2014 档案

摘要:1.初始化条件变量pthread_cond_init#include int pthread_cond_init(pthread_cond_t *cv,const pthread_condattr_t *cattr);返回值:函数成功返回0;任何其他返回值都表示错误初始化一个条件变量。当参数catt... 阅读全文
posted @ 2014-06-11 10:33 tobeprogramer 阅读(346) 评论(0) 推荐(0)