Zen API
|
Begins executing a thread using the specified callback function.
Note: This Start overload does not set the thread name. Setting the thread name is recommended for debugging. Accordingly, is it recommended to call kThread_SetName before calling this overload, or to use a different overload that includes the thread name.
thread | Thread object. |
function | The thread entry function. |
context | An argument to be passed to the thread entry function. |