Zen API
zThread_Start
C
zStatus zThread_Start(zThread thread, zThreadCallback callback, zHandle context);
Parameters
Parameters 
Description 
zThread thread 
zThread object. 
zThreadCallback callback 
The thread entry function. 
zHandle context 
An agrument to be passed to the thread entry function. 
Description

Begins executing a thread using the specified callback function.

File

zThread.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.