Searched refs:m_bInUse (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/stm/
H A Dtrc_pkt_proc_stm.h212 monAttachNotify() { m_bInUse = false; };
214 virtual void attachNotify(const int num_attached) { m_bInUse = (num_attached > 0); };
216 const bool usingMonitor() const { return m_bInUse; };
219 bool m_bInUse; member in class:TrcPktProcStm::monAttachNotify

Completed in 51 milliseconds