setPriority
此方法會設定要執行之執行緒的優先順序。
此方法取決於作業系統。
可見性
Public
簽章
void setPriority (int pr);
參數
pr
指定執行緒的優先順序
上層主題:
OMThread 類別
另請參閱
OMThread
回饋