phread_create,phread_jion,phread_detach

环境:windows10 linux子系统ubuntu
工具:gcc
三个函数的头文件:pthread.h

头文件:
系统标准头文件位置:/usr/include
安装库的头文件位置:/usr/local
库文件:
系统标准库文件位置:/lib /usr/lib
用户安装库文件位置:/usr/local/lib
在这里插入图片描述
可以看到usr和local的目录结构基本类似

find ./local -name “pthread
在这里插入图片描述
可以看到线程相关函数是系统自带的

pthread_create

原型:
find /usr/include/ -name “pthread” | xargs grep -En “pthread_create”
/usr/include/pthread.h

/* Create a new thread, starting with execution of START-ROUTINE
   getting passed ARG.  Creation attributed come from ATTR.  The new
   handle is stored in *NEWTHREAD.  */
extern int pthread_create (pt
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值