摘要: 先说一下应用场景: main thread{ ... //需要退出子线程 pthread_cond_signal() } son_thread{ while(1) { //do somthing pthread_cond_timedwait() } } 我发现: //signal the cond 阅读全文
posted @ 2025-07-13 13:24 slowtech-QQ914100608 阅读(10) 评论(0) 推荐(0)