createOMOSThread

This method creates a thread.

Visibility

Public

Signature
virtual OMOSThread* createOMOSThread (void tfunc(void *),
   void *param, const char* const threadName = NULL,
   const long stackSize = OMOSThread::DefaultStackSize) 
   = 0;
Parameters
tfunc

The thread function

param

The parameters for tfunc

threadName

The name of the thread

stackSize

The stack size

Returns

The new thread


Feedback