| /CTR-SDK-0.14.4/include/nn/os/ |
| D | os_LockPolicy.h | 45 class ScopedLock 48 ScopedLock(const LockObject&) {} in ScopedLock() function 49 ~ScopedLock() {} in ~ScopedLock() 63 class ScopedLock; member 67 friend class ScopedLock; member 75 class ScopedLock : private Locker::ScopedLock 78 ScopedLock(const LockObject& obj) : Locker::ScopedLock(obj.mutex) {} in ScopedLock() function 104 class ScopedLock : private Locker::ScopedLock 107 ScopedLock(const LockObject&) : Locker::ScopedLock(g_Mutex) {} in ScopedLock() function
|
| D | os_NonRecursiveCriticalSection.h | 98 class ScopedLock; variable
|
| D | os_Mutex.h | 162 class ScopedLock; variable
|
| D | os_CriticalSection.h | 211 class ScopedLock; variable
|
| D | os_InterCoreCriticalSection.h | 201 class ScopedLock; variable
|
| D | os_Semaphore.h | 138 class ScopedLock; variable
|
| D | os_BlockingQueue.h | 82 typedef typename Locker::ScopedLock ScopedLock; typedef
|
| /CTR-SDK-0.14.4/include/nn/util/detail/ |
| D | util_ScopedLockImpl.h | 22 class typeName::ScopedLock \ 27 ScopedLock(typeName& reference) : m_Reference(reference) { m_Reference.lockCall; } \ 28 ~ScopedLock() { m_Reference.unlockCall; } \
|
| /CTR-SDK-0.14.4/include/nn/fnd/ |
| D | fnd_ExpHeap.h | 190 typedef typename LockPolicy::ScopedLock ScopedLock; typedef 317 ScopedLock lk(*this); 330 ScopedLock lk(*this); in Free() 355 ScopedLock lk(*this); in ResizeBlock() 369 ScopedLock lk(*this); in VisitAllBlocks() 380 ScopedLock lk(*this); in GetStartAddress() 391 ScopedLock lk(*this); in GetTotalSize() 402 ScopedLock lk(*this); in GetTotalFreeSize() 415 ScopedLock lk(*this); 431 ScopedLock lk(*this); in Adjust() [all …]
|
| D | fnd_FrameHeap.h | 322 typedef typename LockPolicy::ScopedLock ScopedLock; typedef 416 ScopedLock lk(*this); 432 ScopedLock lk(*this); in ResizeBlock() 451 ScopedLock lk(*this); 473 ScopedLock lk(*this); in SaveState() 486 ScopedLock lk(*this); in RestoreState() 505 ScopedLock lk(*this); 518 ScopedLock lk(*this); 529 ScopedLock lk(*this); in GetStartAddress() 540 ScopedLock lk(*this); in GetTotalSize() [all …]
|
| D | fnd_BufferManager.h | 127 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in Register() 145 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in Unregister() 161 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in UnregisterOldest() 225 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in AllocateBuffer() 254 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in DeallocateBuffer()
|
| D | fnd_UnitHeap.h | 183 typedef typename LockPolicy::ScopedLock ScopedLock; typedef 302 ScopedLock lk(*this); in Allocate() 313 ScopedLock lk(*this); in Free() 341 ScopedLock lk(*this); in GetAllocatableCount() 366 ScopedLock lk(*this); in Dump()
|
| D | fnd_BuddyHeap.h | 593 typedef typename LockPolicy::ScopedLock ScopedLock; typedef 637 ScopedLock lk(*this); in AllocateByOrder() 649 ScopedLock lk(*this); in Free()
|
| /CTR-SDK-0.14.4/include/nn/socket/ |
| D | socket_SessionPool.h | 104 os::CriticalSection::ScopedLock lock(m_lock); 150 os::CriticalSection::ScopedLock lock(m_lock); in SemiFinalize() 171 os::CriticalSection::ScopedLock lock(m_lock); in Finalize() 218 os::CriticalSection::ScopedLock lock(m_lock); in TryAllocate() 249 os::CriticalSection::ScopedLock lock(m_lock); in Free()
|
| /CTR-SDK-0.14.4/sources/libraries/fslow/ |
| D | fslow_SafeHandle.cpp | 263 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in Register() 305 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in Unregister() 409 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in FindEntry()
|
| /CTR-SDK-0.14.4/sources/libraries/os/ |
| D | os_AddressSpaceManager.cpp | 42 Lock::ScopedLock scopedLock(m_Lock); in Allocate() 112 Lock::ScopedLock scopedLock(m_Lock); in Free() 123 Lock::ScopedLock scopedLock(m_Lock); in Switch()
|
| D | os_ThreadPool.cpp | 129 nn::os::CriticalSection::ScopedLock locker(m_ExecuteLock); in AddToExecuteQueue() 141 nn::os::CriticalSection::ScopedLock locker(m_WaitLock); in AddToWaitQueue() 159 nn::os::CriticalSection::ScopedLock locker(m_WaitLock); in WaitThreadFunc() 181 nn::os::CriticalSection::ScopedLock locker(m_WaitLock); in WaitThreadFunc() 308 nn::os::CriticalSection::ScopedLock locker(m_ExecuteLock); in AddToExecuteQueue()
|
| D | os_BlockingQueue.cpp | 108 ScopedLock locker(m_cs); in TryEnqueue() 130 ScopedLock locker(m_cs); in ForceEnqueue() 176 ScopedLock locker(m_cs); in TryJam() 216 ScopedLock locker(m_cs); in TryDequeue() 258 ScopedLock locker(m_cs); in TryGetFront()
|
| /CTR-SDK-0.14.4/sources/libraries/ndm/ |
| D | ndm_UserControl.cpp | 42 nn::os::CriticalSection::ScopedLock locker(s_cs); in Initialize() 64 nn::os::CriticalSection::ScopedLock locker(s_cs); in Finalize()
|
| /CTR-SDK-0.14.4/include/nn/net/osl/ |
| D | osl_BuddyHeap.h | 435 typedef typename LockPolicy::ScopedLock ScopedLock; typedef 467 ScopedLock lk(*this); in AllocateByOrder() 480 ScopedLock lk(*this); in Free()
|
| D | osl_IpcDispatcher.h | 283 os::CriticalSection::ScopedLock locker(m_cs); in GetFreeWorker() 301 os::CriticalSection::ScopedLock locker(m_cs); in TakeBackFreeWorker() 327 os::CriticalSection::ScopedLock locker(m_cs); in DestructWorkerList()
|
| /CTR-SDK-0.14.4/sources/libraries/test/ |
| D | test_XmlOutput.cpp | 351 nn::os::Mutex::ScopedLock lk(m_OutputMutex); in OnAssert()
|