Searched defs:LightSemaphore (Results 1 – 1 of 1) sorted by relevance
120 LightSemaphore() {} in LightSemaphore() function134 LightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in LightSemaphore() function136 LightSemaphore(s32 initialCount) { Initialize(initialCount); } in LightSemaphore() function