Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/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