Zen API
Contents
|
Reference
Previous
|
Up
|
Next
zThread functions
Functions
zThread
zThread
member functions.
Functions
Function
Description
zThread_Construct
Constructs a
zThread
object.
zThread_Destroy
Destroys a
zThread
object.
zThread_ExitCode
Reports the return value from a thread that has exited.
zThread_Join
Blocks until the thread exits.
zThread_Sleep
Causes the current thread to yield control for the specified duration.
zThread_Start
Begins executing a thread using the specified callback function.
Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.
Contents
|
Reference