Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/fnd/
Dfnd_ExpHeap.h317 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()
447 ScopedLock lk(*this); in Adjust()
[all …]
Dfnd_FrameHeap.h416 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()
553 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.h302 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.h637 ScopedLock lk(*this); in AllocateByOrder()
649 ScopedLock lk(*this); in Free()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/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-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/net/osl/
Dosl_BuddyHeap.h467 ScopedLock lk(*this); in AllocateByOrder()
480 ScopedLock lk(*this); in Free()
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/test/
Dtest_XmlOutput.cpp351 nn::os::Mutex::ScopedLock lk(m_OutputMutex); in OnAssert() local