Searched defs:LightSemaphore (Results 1 – 1 of 1) sorted by relevance
117 LightSemaphore() {} in LightSemaphore() function131 LightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in LightSemaphore() function133 LightSemaphore(s32 initialCount) { Initialize(initialCount); } in LightSemaphore() function