2022年11月6日
摘要: #一级标题 ##二级标题 ###三级标题 thread 线程的类型: A类型 *B类型 #include "thread.h" #include "thread-sync.h" int n, count = 0; mutex_t lk = MUTEX_INIT(); void Tproduce() 阅读全文
posted @ 2022-11-06 16:13 wenchester 阅读(309) 评论(0) 推荐(0)