Searched refs:m_cs (Results 1 – 3 of 3) sorted by relevance
57 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()
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
87 mutable Locker m_cs; //!< キュー操作用同期オブジェクト variable