摘要:
1 -- 关于pthread条件变量 man pthread_cond_init | col -b > pthread_cond.man得到manual中的描述: A condition (short for ''condition variable'') is a synchronization device that allows threads to suspend execution and relinquish the processors until some predicate on shared data is satisfied. The 阅读全文