頭檔案
#include <pthread.h>
函式原型
pthread_t pthread_self(void);
函式作用:獲得執行緒自身的ID。pthread_t的類型為unsigned long int,所以在列印的時候要使用%lu方式,否則顯示結果出問題。
功能
獲取當前調用執行緒的 thread identifier(標識號).
示例
編譯:
$ gcc thread.c -o thread -lpthread
pthread_self是一種函式,功能是獲得執行緒自身的ID。
#include <pthread.h>
pthread_t pthread_self(void);
函式作用:獲得執行緒自身的ID。pthread_t的類型為unsigned long int,所以在列印的時候要使用%lu方式,否則顯示結果出問題。
獲取當前調用執行緒的 thread identifier(標識號).
編譯:
$ gcc thread.c -o thread -lpthread
pthread_self是一種函式,功能是獲得執行緒自身的ID。
頭檔案 函式原型 功能 示例所線上程id使用函式pthread_self...
簡介 API具體內容(): 分離執行緒pthread_self(): 查詢執行緒自身執行緒標識號數據...
作用 數據類型 操縱函式 同步函式 工具函式Google旗下Nest Labs於2014年7月提出的家庭物聯網通訊協定技術 Thread。Thread,由三星、Nest、A...
概念 屬性 程式 比較 適用範圍pthread_detach(pthread_self())或者父執行緒調用...
);printf("PID: %ld \n", pthread_self...
定義 參數pthread_self()函式可以獲得自身的執行緒號。 ...
函式簡介 linux中的套用 pthread_join的套用