Home
last modified time | relevance | path

Searched refs:ScopedLock (Results 1 – 22 of 22) sorted by relevance

/CTR-SDK-0.14.4/include/nn/os/
Dos_LockPolicy.h45 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
Dos_NonRecursiveCriticalSection.h98 class ScopedLock; variable
Dos_Mutex.h162 class ScopedLock; variable
Dos_CriticalSection.h211 class ScopedLock; variable
Dos_InterCoreCriticalSection.h201 class ScopedLock; variable
Dos_Semaphore.h138 class ScopedLock; variable
Dos_BlockingQueue.h82 typedef typename Locker::ScopedLock ScopedLock; typedef
/CTR-SDK-0.14.4/include/nn/util/detail/
Dutil_ScopedLockImpl.h22 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/
Dfnd_ExpHeap.h190 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 …]
Dfnd_FrameHeap.h322 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 …]
Dfnd_BufferManager.h127 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()
Dfnd_UnitHeap.h183 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()
Dfnd_BuddyHeap.h593 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/
Dsocket_SessionPool.h104 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/
Dfslow_SafeHandle.cpp263 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/
Dos_AddressSpaceManager.cpp42 Lock::ScopedLock scopedLock(m_Lock); in Allocate()
112 Lock::ScopedLock scopedLock(m_Lock); in Free()
123 Lock::ScopedLock scopedLock(m_Lock); in Switch()
Dos_ThreadPool.cpp129 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()
Dos_BlockingQueue.cpp108 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/
Dndm_UserControl.cpp42 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/
Dosl_BuddyHeap.h435 typedef typename LockPolicy::ScopedLock ScopedLock; typedef
467 ScopedLock lk(*this); in AllocateByOrder()
480 ScopedLock lk(*this); in Free()
Dosl_IpcDispatcher.h283 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/
Dtest_XmlOutput.cpp351 nn::os::Mutex::ScopedLock lk(m_OutputMutex); in OnAssert()