| /CTR-SDK-1.3.0/CTR_SDK/include/nn/os/ |
| D | os_Semaphore.h | 121 s32 Release(s32 releaseCount = 1); 178 inline s32 Semaphore::Release(s32 releaseCount) in Release() function 185 NN_UTIL_DETAIL_DEFINE_SCOPED_LOCK(Semaphore, Acquire(), Release());
|
| D | os_LightSemaphore.h | 257 s32 Release(s32 releaseCount = 1); 270 ~ScopedAcquire() { if (m_Semaphore) { m_Semaphore->Release(); } } in ~ScopedAcquire()
|
| D | os_InterCoreLightSemaphore.h | 260 s32 Release(s32 releaseCount = 1); 273 ~ScopedAcquire() { if (m_Semaphore) { m_Semaphore->Release(); } } in ~ScopedAcquire()
|
| /CTR-SDK-1.3.0/CTR_SDK/sources/libraries/os/ |
| D | os_InterCoreLightSemaphore.cpp | 23 s32 InterCoreLightSemaphore::Release(s32 releaseCount /*= 1*/) in Release() function in nn::os::InterCoreLightSemaphore 86 return pInterCoreLightSemaphore->Release(releaseCount); in nnosInterCoreLightSemaphoreRelease()
|
| D | os_LightSemaphore.cpp | 23 s32 LightSemaphore::Release(s32 releaseCount /*= 1*/) in Release() function in nn::os::LightSemaphore 85 return pLightSemaphore->Release(releaseCount); in nnosLightSemaphoreRelease()
|
| D | os_Semaphore.cpp | 57 return pSemaphore->Release(releaseCount); in nnosSemaphoreRelease()
|
| D | os_InterCoreBlockingQueue.cpp | 90 m_EnqueueSemaphore.Release(); in NotifyEnqueue() 99 m_DequeueSemaphore.Release(); in NotifyDequeue()
|
| D | os_BlockingQueue.cpp | 90 m_EnqueueSemaphore.Release(); in NotifyEnqueue() 99 m_DequeueSemaphore.Release(); in NotifyDequeue()
|
| /CTR-SDK-1.3.0/CTR_SDK/build/omake/ |
| D | commondefs.cctype.om | 93 if $(equal $(config.buildtype),Release) 129 case Release # release
|
| D | commondefs.cctype.RVCT.om | 256 if $(and $(not $(equal $(config.systemname),Process)),$(equal $(config.buildtype),Release)) 262 if $(and $(not $(equal $(config.systemname),Process)),$(equal $(config.buildtype),Release))
|
| D | targetdefs.om | 203 case Release 307 if $(equal $(buildtype),Release) 542 TARGET_BUILDTYPES += Release 544 TARGET_BUILDTYPES += Debug Development Release
|
| D | debuggerdefs.partner.om | 234 kernel_core2 = $(gsub $(kernel_core2),Development,Release) 235 kernel_core2 = $(gsub $(kernel_core2),Debug,Release) 302 kernel_core2 = $(gsub $(kernel_core2),Development,Release) 303 kernel_core2 = $(gsub $(kernel_core2),Debug,Release)
|
| D | testutil.om | 218 kernel_arm9 = $(gsub $(kernel_arm9),Development,Release) 219 kernel_arm9 = $(gsub $(kernel_arm9),Debug,Release)
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/util/ |
| D | util_AutoObject.h | 187 Object* Release() in Release() function 264 friend name Move(name& _this) { return _this.Release(); } \
|
| /CTR-SDK-1.3.0/CTR_SDK/include/nn/fnd/ |
| D | fnd_WaitableUnitHeap.h | 112 m_Semaphore.Release(); in Free()
|