Home
last modified time | relevance | path

Searched refs:lk (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_ExpHeap.h321 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()
451 ScopedLock lk(*this); in Adjust()
[all …]
Dfnd_FrameHeap.h420 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()
557 ScopedLock lk(*this); in HasAddress()
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.h312 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_BuddyHeap.h637 ScopedLock lk(*this); in AllocateByOrder()
649 ScopedLock lk(*this); in Free()
/CTR-SDK-4.2.5/sources/libraries/fslow/
Dfslow_SafeHandle.cpp263 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in Register() local
305 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in Unregister() local
409 nn::os::CriticalSection::ScopedLock lk(m_CriticalSection); in FindEntry() local
/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_XmlOutput.cpp351 nn::os::Mutex::ScopedLock lk(m_OutputMutex); in OnAssert() local