Zen API
zSemaphore_Construct
C
zStatus zSemaphore_Construct(zSemaphore* semaphore, z32u initialCount);
Parameters
Parameters 
Description 
zSemaphore* semaphore 
Destination for the constructed object handle. 
z32u initialCount 
Initial value of the semaphore. 
Description

Constructs a semaphore object.

File

zSemaphore.h

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