Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/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_SimpleLock.h30 class ScopedLock;
Dos_NonRecursiveCriticalSection.h98 class ScopedLock; variable
Dos_CriticalSection.h132 class ScopedLock; variable
Dos_Mutex.h167 class ScopedLock; variable
Dos_Semaphore.h162 class ScopedLock; variable
Dos_BlockingQueue.h81 typedef typename Locker::ScopedLock ScopedLock; typedef
/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_ExpHeap.h194 typedef typename LockPolicy::ScopedLock ScopedLock; typedef
321 ScopedLock lk(*this);
334 ScopedLock lk(*this); in Free()
359 ScopedLock lk(*this); in ResizeBlock()
373 ScopedLock lk(*this); in VisitAllBlocks()
384 ScopedLock lk(*this); in GetStartAddress()
395 ScopedLock lk(*this); in GetTotalSize()
406 ScopedLock lk(*this); in GetTotalFreeSize()
419 ScopedLock lk(*this);
435 ScopedLock lk(*this); in Adjust()
[all …]
Dfnd_FrameHeap.h326 typedef typename LockPolicy::ScopedLock ScopedLock; typedef
420 ScopedLock lk(*this);
436 ScopedLock lk(*this); in ResizeBlock()
455 ScopedLock lk(*this);
477 ScopedLock lk(*this); in SaveState()
490 ScopedLock lk(*this); in RestoreState()
509 ScopedLock lk(*this);
522 ScopedLock lk(*this);
533 ScopedLock lk(*this); in GetStartAddress()
544 ScopedLock lk(*this); in GetTotalSize()
[all …]
Dfnd_UnitHeap.h193 typedef typename LockPolicy::ScopedLock ScopedLock; typedef
312 ScopedLock lk(*this); in Allocate()
323 ScopedLock lk(*this); in Free()
351 ScopedLock lk(*this); in GetAllocatableCount()
361 ScopedLock lk(*this); in GetAllocatedCount()
371 ScopedLock lk(*this); in GetAlignment()
396 ScopedLock lk(*this); in Dump()
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_BuddyHeap.h593 typedef typename LockPolicy::ScopedLock ScopedLock; typedef
637 ScopedLock lk(*this); in AllocateByOrder()
649 ScopedLock lk(*this); in Free()
/CTR-SDK-4.2.5/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-4.2.5/sources/libraries/os/
Dos_LightEvent.cpp145 SimpleLock::ScopedLock lock(m_Lock); in Signal()
161 SimpleLock::ScopedLock lock(m_Lock); in Pulse()
192 SimpleLock::ScopedLock lock(m_Lock); in ClearSignal()
Dos_AddressSpaceManager.cpp43 Lock::ScopedLock scopedLock(m_Lock); in Allocate()
113 Lock::ScopedLock scopedLock(m_Lock); in Free()
124 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.cpp107 ScopedLock locker(m_cs); in TryEnqueue()
129 ScopedLock locker(m_cs); in ForceEnqueue()
175 ScopedLock locker(m_cs); in TryJam()
215 ScopedLock locker(m_cs); in TryDequeue()
257 ScopedLock locker(m_cs); in TryGetFront()
Dos_ManagedThread.cpp52 typedef CriticalSection::ScopedLock ScopedLock; typedef
395 ScopedLock lock(ss.lock); in Enumerate()
408 ScopedLock lock(ss.lock); in Register()
415 ScopedLock lock(ss.lock); in Unregister()
Dos_LightAlarm.cpp60 CriticalSection::ScopedLock locker(s_CriticalSection); in SetTimer()
91 CriticalSection::ScopedLock locker(s_CriticalSection); in InsertAlarm()
123 CriticalSection::ScopedLock locker(s_CriticalSection); in LightAlarmThread()
270 CriticalSection::ScopedLock locker(s_CriticalSection); in Cancel()
/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Instrument.cpp152 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in Initialize()
186 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in Finalize()
316 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in SetLogFunction()
323 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in Dump()
408 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in Collect()
503 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in Dump()
561 nn::os::CriticalSection::ScopedLock lock(sCriticalSection); in SetLogFunction()
/CTR-SDK-4.2.5/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-4.2.5/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-4.2.5/sources/libraries/test/
Dtest_XmlOutput.cpp351 nn::os::Mutex::ScopedLock lk(m_OutputMutex); in OnAssert()