MCPcopy Create free account
hub / github.com/Tencent/mars / Notify

Method Notify

mars/comm/messagequeue/message_queue.cc:118–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 cond_.wait(_lock, _millisecond);
117 }
118 virtual void Notify(ScopedLock& _lock) {
119 cond_.notifyAll(_lock);
120 }
121
122private:
123 Cond(const Cond&);

Callers 5

BreakMessageQueueRunloopFunction · 0.45
PostMessageFunction · 0.45
SingletonMessageFunction · 0.45
BroadcastMessageFunction · 0.45
FasterMessageFunction · 0.45

Calls 1

notifyAllMethod · 0.45

Tested by

no test coverage detected