Lines Matching full:monitor
2 An example that shows how to implement the monitor synchronization concept.73 class Monitor76 Monitor()95 ~Monitor()145 Monitor(const Monitor&);146 Monitor& operator=(const Monitor&);158 ScopedLock(Monitor& m)173 Monitor& m_monitor;203 Monitor m_monitor;