OpenDOF Project
DOF_PCR_DECLSPEC PCRThread PCRThread_Create ( PCRThreadCall  threadFunc,
void *  threadParam 
)

Create and start a new running thread.

Resource Management:
This function allocates resources that must later be freed by calling PCRThread_Destroy.
Parameters
threadFuncThe function to execute as the new thread. This must not be NULL.
threadParamA parameter to the thread function. May be NULL.
Returns
A representation of the newly created thread, or NULL if a thread could not be created.
See Also
PCRThread_Join
PCRThread_Destroy
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22