Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kThread_Start ( kThread  thread,
kThreadFx  function,
kPointer  context 
)

Begins executing a thread using the specified callback function.

Parameters
threadThread object.
functionThe thread entry function.
contextAn argument to be passed to the thread entry function.
Returns
Operation status.