對於linux中線程id的討論

在LINUX系統中,POSIX threads庫提供了pthread_t來標識一個線程,經過pthread_self()能夠獲得,以下:linux #include <iostream> #include <pthread.h> using namespace std; void* thread_func(void*) { //pthread_t other_thread_id = p
相關文章
相關標籤/搜索