摘要:
1. 首先pthread_cond_wait 的定义是这样的The pthread_cond_wait()andpthread_cond_timedwait()functions are used to block on a condition variable. They are called withmutexlocked by the calling thread or undefined behaviour will result.These functions atomically releasemutexand cause the calling thread to block o 阅读全文
posted @ 2012-04-23 11:15
linyawen
阅读(544)
评论(0)
推荐(0)
浙公网安备 33010602011771号