zStatus zThread_Start(zThread thread, zThreadCallback callback, zHandle context);
|
Parameters |
Description |
|
zThread thread |
zThread object. |
|
zThreadCallback callback |
The thread entry function. |
|
zHandle context |
An agrument to be passed to the thread entry function. |
Begins executing a thread using the specified callback function.
zThread.h