檢視乙個多執行緒程式

2021-10-10 15:06:15 字數 722 閱讀 5540

top -h是以多執行緒的方式來展示

pstack pid能夠展示某個程序的堆疊

#include

//perror在此.h

#include

#include

#include

//sleep在此.h

using

namespace std;

void

*routine

(void

*arg)

}int

main()

}while(1

)return0;

}

編譯選項: g++ -o test test.cpp -lpthread

輸出結果:

this is thread 5

this is thread 5

this is thread 5

this is thread 5

this is thread 5

存在問題:不是自己想要得到的,發生了什麼,明天繼續來看。

乙個多執行緒程式

這個程式會讓你深刻的體會時間片,執行緒的優先順序!建議多測試這個程式,一定要看下面的注。using system using system.collections.generic using system.text using system.threading namespace 乙個多執行緒程式 ...

乙個多執行緒程式

這個程式會讓你深刻的體會時間片,執行緒的優先順序!建議多測試這個程式,一定要看下面的注。using system using system.collections.generic using system.text using system.threading namespace 乙個多執行緒程式 ...

乙個多執行緒程式

這個程式會讓你深刻的體會時間片,執行緒的優先順序!建議多測試這個程式,一定要看下面的注。using system using system.collections.generic using system.text using system.threading namespace 乙個多執行緒程式 ...