createOMOSThread

此方法會建立執行緒。

可見性

Public

簽章
virtual OMOSThread* createOMOSThread (void tfunc(void *),
   void *param, const char* const threadName = NULL,
   const long stackSize = OMOSThread::DefaultStackSize) 
   = 0;
參數
tfunc

執行緒函數

param

tfunc 的參數

threadName

執行緒的名稱

stackSize

堆疊大小

傳回

新執行緒


意見回饋