Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ Signal
Method
Signal
test/bthread_cond_unittest.cpp:263–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
class Signal {
262
protected:
263
Signal() : _signal(0) {}
264
void notify() {
265
BAIDU_SCOPED_LOCK(_m);
266
++_signal;
Callers
10
launch_many_bthreads
Function · 0.45
WaitEventRunner
Class · 0.45
VerifyPoolRunner
Class · 0.45
TEST
Function · 0.45
ThreadMain
Method · 0.45
SetThreadLocal
Class · 0.45
GetThreadLocal
Class · 0.45
TEST_F
Function · 0.45
GetAnAssignment
Method · 0.45
ThreadMain
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected