Searched refs:m_cs (Results 1 – 3 of 3) sorted by relevance
56 m_cs.Initialize(); in Initialize()72 NN_UTIL_RETURN_IF_FAILED(m_cs.TryInitialize()); in TryInitialize()79 m_cs.Finalize(); in Finalize()107 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()
221 : m_cs(nn::WithInitialize()) in m_cs() function283 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
86 mutable Locker m_cs; //!< キュー操作用同期オブジェクト variable