09 2018 档案

【C++工程实践】条件变量
摘要:1、linux条件变量简介 先看看linux下条件变量的api: 1 #include <pthread.h> 2 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); 3 int pthread_cond_sign 阅读全文

posted @ 2018-09-03 01:19 ym65536 阅读(293) 评论(0) 推荐(0)