createOMOSWrapperThread

This method creates a wrapper thread.

Visibility

Public

Signature
virtual OMOSThread* createOMOSWrapperThread(
   void* osHandle) = 0;
Parameters
osHandle

The handle to the operating system

Returns

The new wrapper thread


Feedback