|
Create and start a new running thread.
- Resource Management:
- This function allocates resources that must later be freed by calling PCRThread_Destroy.
- Parameters
-
threadFunc | The function to execute as the new thread. This must not be NULL. |
threadParam | A 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
|