摘要: pthread详解 linux多线程接口头文件: #include <pthread.h> 当然,进包含一个头文件是不能搞定线程的,还需要连接libpthread.so这个库,因此在程序链接阶段应该有类似 gcc program.c -o program -lpthread 关于多线程的几个函数 1 阅读全文
posted @ 2021-09-14 17:38 轻轻的吻 阅读(1448) 评论(0) 推荐(0) 编辑