Home
last modified time | relevance | path

Searched refs:m_cs (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/os/
Dos_BlockingQueue.cpp57 m_cs.Initialize(); in Initialize()
73 NN_UTIL_RETURN_IF_FAILED(m_cs.TryInitialize()); in TryInitialize()
80 m_cs.Finalize(); in Finalize()
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/include/nn/net/osl/
Dosl_IpcDispatcher.h221 : m_cs(nn::WithInitialize()) in m_cs() function
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()
341 m_cs.Leave(); in DestructWorkerList()
343 m_cs.Enter(); in DestructWorkerList()
349 nn::os::CriticalSection m_cs; variable
/CTR-SDK-0.14.4/include/nn/os/
Dos_BlockingQueue.h87 mutable Locker m_cs; //!< キュー操作用同期オブジェクト variable