04 2012 档案
pthread_cond_wait()的使用方法
摘要:The mutex passed to pthread_cond_wait protects the condition.The callerpasses it locked to the function, which then atomically places themcalling thread on the list of threads waiting for the condition andunlocks the mutex. This closes the window between the time that thecondition is checked and the
阅读全文
浙公网安备 33010602011771号