摘要: pthread_mutex_t & pthread_cond_t 总结 一、多线程并发 1.1 多线程并发引起的问题 我们先来看如下代码: #include <stdio.h> #include <pthread.h> #include <unistd.h> #define MAX 1E7 int 阅读全文
posted @ 2022-10-15 22:16 MElephant 阅读(2495) 评论(1) 推荐(2) 编辑