摘要: Wait functionsallow a thread to block its own execution. The wait functions do not return until the specified criteria have been met. The type of wait function determines the set of criteria used. When a wait function is called, it checks whether the wait criteria have been met. If the criteria have 阅读全文
posted @ 2013-05-19 09:30 hailong 阅读(398) 评论(0) 推荐(0)