Home
last modified time | relevance | path

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

/CTR-SDK-2.4.0/include/nn/os/
Dos_InterCoreLightSemaphore.h118 InterCoreLightSemaphore() {} in InterCoreLightSemaphore() function
132 InterCoreLightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in InterCoreLightSemaphore() function
134 InterCoreLightSemaphore(s32 initialCount) { Initialize(initialCount); } in InterCoreLightSemaphore() function