Torque2D Reference
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Semaphore Member List

This is the complete list of members for Semaphore, including all inherited members.

acquire(bool block=true, S32 timeoutMS=-1)Semaphore
acquireSemaphore(void *semaphore, bool block=true)Semaphoreinlinestatic
createSemaphore(U32 initialCount=1)Semaphoreinlinestatic
destroySemaphore(void *semaphore)Semaphoreinlinestatic
mDataSemaphoreprotected
release()Semaphore
releaseSemaphore(void *semaphore)Semaphoreinlinestatic
Semaphore(S32 initialCount=1)Semaphore
~Semaphore()Semaphore