发布时间:2013-06-06 19:47:24
如同互斥量和读写锁一样,条件变量也需要初始化和回收#includeint pthread_cond_init(pthread_cond_t *restrict cond, pthread_condattr_t *restrict attr);int pthread_cond_destroy(pthread_cond_t *cond);互斥量和读写锁解决了多线程访问共享变量产生的竞争问题,那么条件变量的作用何在呢。条件变量的作用在.........【阅读全文】
发布时间:2013-05-17 18:32:20
解决ath9k编译奇怪问题:error: macro "set_domain" passed 2 arguments, but takes just 1......【阅读全文】