MCPcopy Create free account
hub / github.com/comaps/comaps / Signal

Method Signal

libs/routing/routing_tests/routing_session_test.cpp:120–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118public:
119 TimedSignal() : m_flag(false) {}
120 void Signal()
121 {
122 lock_guard<mutex> guard(m_waitingMutex);
123 m_flag = true;
124 m_cv.notify_one();
125 }
126
127 bool WaitUntil(steady_clock::time_point const & time)
128 {

Callers 4

SessionStateTestMethod · 0.45
~SessionStateTestMethod · 0.45
TestMovingByUpdatingLatFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected