摘要: linux多线程 1. 头文件 <pthread.h> 2. 编译 gcc -o test test.c -lpthread 3. 变量 pthread_t pthread_cond_t pthread_mutex_t 4. 函数 pthread_create pthread_join pthrea 阅读全文
posted @ 2021-11-03 16:11 roverqqq 阅读(78) 评论(0) 推荐(0)