Home
last modified time | relevance | path

Searched defs:LightSemaphore (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/os/
Dos_LightSemaphore.h117 LightSemaphore() {} in LightSemaphore() function
131 LightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in LightSemaphore() function
133 LightSemaphore(s32 initialCount) { Initialize(initialCount); } in LightSemaphore() function