MCPcopy Create free account
hub / github.com/Smorodov/Multitarget-tracker / SetBreak

Method SetBreak

async_detector/Queue.h:254–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252 }
253
254 void SetBreak(bool val)
255 {
256#if SHOW_QUE_LOG
257 QUE_LOG << "SetBreak start:" << val << std::endl;
258#endif
259 m_break = val;
260 Signal(0);
261#if SHOW_QUE_LOG
262 QUE_LOG << "SetBreak end:" << val << std::endl;
263#endif
264 }
265
266private:
267 queue_t m_que;

Callers 2

ProcessMethod · 0.80
CaptureThreadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected