【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
Follow your heart
posted @ 2018-09-03 01:19