码迷,mamicode.com
首页 > 编程语言 > 详细

获取进程ID和线程ID ---- getpid、pthread_self

时间:2020-06-19 16:14:13      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:sel   base   self   tps   read   pen   pthread   线程id   defs   

获取进程ID:

原型:

#include <unistd.h>

pid_t getpid(void);

返回调用进程的进程ID。

 

 

获取线程ID:

原型:

#include <pthread.h>

pthread_t pthread_self(void);

返回调用线程的线程ID。

获取进程ID和线程ID ---- getpid、pthread_self

标签:sel   base   self   tps   read   pen   pthread   线程id   defs   

原文地址:https://www.cnblogs.com/ruigelwang/p/13163336.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!