Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/os/
Dos_Semaphore.h146 inline Result Semaphore::TryInitializeImpl(s32 initialCount, s32 maxCount) in TryInitializeImpl()
154 inline void Semaphore::Initialize(s32 initialCount, s32 maxCount) in Initialize()
159 inline nn::Result Semaphore::TryInitialize(s32 initialCount, s32 maxCount) in TryInitialize()
170 inline Semaphore::Semaphore(s32 initialCount, s32 maxCount) in Semaphore()
Dos_LightSemaphore.h131 LightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in LightSemaphore()
145 void Initialize(s32 initialCount, s32 maxCount) in Initialize()
Dos_InterCoreLightSemaphore.h132 InterCoreLightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in InterCoreLightSemaphore()
146 void Initialize(s32 initialCount, s32 maxCount) in Initialize()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/os/
Dos_Semaphore.cpp46 bool nnosSemaphoreTryInitialize(nnosSemaphore* p, s32 initialCount, s32 maxCount) in nnosSemaphoreTryInitialize()
Dos_InterCoreLightSemaphore.cpp62 …osInterCoreLightSemaphoreInitialize(nnosInterCoreLightSemaphore* p, s32 initialCount, s32 maxCount) in nnosInterCoreLightSemaphoreInitialize()
Dos_LightSemaphore.cpp61 void nnosLightSemaphoreInitialize(nnosLightSemaphore* p, s32 initialCount, s32 maxCount) in nnosLightSemaphoreInitialize()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_WaitableUnitHeap.h56 s32 maxCount = Base::GetTotalSize() / Base::GetUnitSize(); variable