Searched defs:initialCount (Results 1 – 6 of 6) sorted by relevance
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/include/nn/os/ |
| D | os_Semaphore.h | 149 inline Result Semaphore::TryInitializeImpl(s32 initialCount, s32 maxCount) in TryInitializeImpl() 157 inline void Semaphore::Initialize(s32 initialCount, s32 maxCount) in Initialize() 162 inline nn::Result Semaphore::TryInitialize(s32 initialCount, s32 maxCount) in TryInitialize() 173 inline Semaphore::Semaphore(s32 initialCount, s32 maxCount) in Semaphore()
|
| D | os_LightSemaphore.h | 131 LightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in LightSemaphore() 133 LightSemaphore(s32 initialCount) { Initialize(initialCount); } in LightSemaphore() 145 void Initialize(s32 initialCount, s32 maxCount) in Initialize() 160 void Initialize(s32 initialCount) { Initialize(initialCount, MAX_MAX_COUNT); } in Initialize()
|
| D | os_InterCoreLightSemaphore.h | 132 InterCoreLightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in InterCoreLightSemaphore() 134 InterCoreLightSemaphore(s32 initialCount) { Initialize(initialCount); } in InterCoreLightSemaphore() 146 void Initialize(s32 initialCount, s32 maxCount) in Initialize() 161 void Initialize(s32 initialCount) { Initialize(initialCount, MAX_MAX_COUNT); } in Initialize()
|
| /CTR-SDK-1.1.0/CTR_SDK-1_1-20110215-en/CTR_SDK/sources/libraries/os/ |
| D | os_Semaphore.cpp | 46 bool nnosSemaphoreTryInitialize(nnosSemaphore* p, s32 initialCount, s32 maxCount) in nnosSemaphoreTryInitialize()
|
| D | os_LightSemaphore.cpp | 61 void nnosLightSemaphoreInitialize(nnosLightSemaphore* p, s32 initialCount, s32 maxCount) in nnosLightSemaphoreInitialize()
|
| D | os_InterCoreLightSemaphore.cpp | 62 void nnosInterCoreLightSemaphoreInitialize(nnosInterCoreLightSemaphore* p, s32 initialCount, s32 ma… in nnosInterCoreLightSemaphoreInitialize()
|