Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
private:
123
Cond(const Cond&);
Callers
5
BreakMessageQueueRunloop
Function · 0.45
PostMessage
Function · 0.45
SingletonMessage
Function · 0.45
BroadcastMessage
Function · 0.45
FasterMessage
Function · 0.45
Calls
1
notifyAll
Method · 0.45
Tested by
no test coverage detected