| /CTR-SDK-2.4.0/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_InterCoreLightSemaphore.h | 260 s32 Release(s32 releaseCount = 1); 273 ~ScopedAcquire() { if (m_Semaphore) { m_Semaphore->Release(); } } in ~ScopedAcquire()
|
| D | os_LightSemaphore.h | 257 s32 Release(s32 releaseCount = 1); 270 ~ScopedAcquire() { if (m_Semaphore) { m_Semaphore->Release(); } } in ~ScopedAcquire()
|
| /CTR-SDK-2.4.0/sources/libraries/os/ |
| 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_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_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-2.4.0/build/omake/ |
| D | commondefs.cctype.om | 64 case $"Release" 162 # noopt verbose release Debug Dev. Release 176 if $(equal $(config.buildtype),Release) 212 case Release # Release
|
| D | commondefs.om | 267 TARGET_BUILDTYPES += Release 269 TARGET_BUILDTYPES += Debug Development Release
|
| D | targetdefs.om | 474 case Release 763 if $(equal $(buildtype),Release)
|
| /CTR-SDK-2.4.0/build/omake_deprecated/ |
| D | commondefs.cctype.om | 93 if $(equal $(config.buildtype),Release) 129 case Release # release
|
| D | commondefs.cctype.RVCT.om | 257 if $(and $(not $(equal $(config.systemname),Process)),$(equal $(config.buildtype),Release)) 263 if $(and $(not $(equal $(config.systemname),Process)),$(equal $(config.buildtype),Release))
|
| D | targetdefs.om | 239 case Release 348 if $(equal $(buildtype),Release) 583 TARGET_BUILDTYPES += Release 585 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-2.4.0/include/nn/util/ |
| D | util_AutoObject.h | 187 Object* Release() in Release() function 261 friend name Move(name& _this) { return _this.Release(); } \
|
| /CTR-SDK-2.4.0/build/omake/compilers/ |
| D | commondefs.cctype.GCC.om | 86 case $"Release"
|
| D | commondefs.cctype.RVCT.om | 293 case $"Release" 353 if $(and $(not $(equal $(config.systemname),Process)),$(equal $(config.buildtype),Release)) 368 if $(and $(not $(equal $(config.systemname),Process)),$(equal $(config.buildtype),Release))
|
| /CTR-SDK-2.4.0/include/nn/fnd/ |
| D | fnd_WaitableUnitHeap.h | 112 m_Semaphore.Release(); in Free()
|
| /CTR-SDK-2.4.0/build/omake/debuggers/ |
| D | debuggerdefs.PARTNER.om | 391 kernel_core2 = $(gsub $(kernel_core2),Development,Release) 392 kernel_core2 = $(gsub $(kernel_core2),Debug,Release) 457 kernel_core2 = $(gsub $(kernel_core2),Development,Release) 458 kernel_core2 = $(gsub $(kernel_core2),Debug,Release)
|