Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/os/
Dos_LightSemaphore.h120 LightSemaphore() {} in LightSemaphore() function
134 LightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in LightSemaphore() function
136 LightSemaphore(s32 initialCount) { Initialize(initialCount); } in LightSemaphore() function