MFThread MFThread_CreateThread const char *  pName,
MFThreadEntryPoint  pEntryPoint,
void *  pUserData,
int  priority,
uint32  stackSize
 

Creates and start a new thread.

Parameters:
pName Name to identify the new thread.
pEntryPoint Pointer to the entry point function for the new thread.
pUserData Pointer to be passed to the new threads entry point.
priority The threads execution priority.
stackSize Size of the new threads stack.
Returns:
Returns a handle to the new thread.
See also:
MFThread_TerminateThread()

MFThread_ExitThread()

MFThread_GetExitCode()

MFThread_DestroyThread()


Generated on Sat Oct 28 16:27:36 2006 for MountFuji Engine by  doxygen 1.4.5