Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ notify_one
Method
notify_one
src/bthread/condition_variable.h:106–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
void notify_one() {
107
bthread_cond_signal(&_cond);
108
}
109
110
void notify_all() {
111
bthread_cond_broadcast(&_cond);
Callers
5
cv_signaler
Function · 0.80
notify
Method · 0.80
wait_thread
Function · 0.80
unlock_shared
Method · 0.80
unlock
Method · 0.80
Calls
1
bthread_cond_signal
Function · 0.85
Tested by
3
cv_signaler
Function · 0.64
notify
Method · 0.64
wait_thread
Function · 0.64