Zen API
|
Begins executing a thread using the specified callback function and thread name.
thread | Thread object. |
function | The thread entry function. |
context | An argument to be passed to the thread entry function. |
name | Descriptive name for the thread (kNULL for default). |