MCPcopy 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

261class Signal {
262protected:
263 Signal() : _signal(0) {}
264 void notify() {
265 BAIDU_SCOPED_LOCK(_m);
266 ++_signal;

Callers 10

launch_many_bthreadsFunction · 0.45
WaitEventRunnerClass · 0.45
VerifyPoolRunnerClass · 0.45
TESTFunction · 0.45
ThreadMainMethod · 0.45
SetThreadLocalClass · 0.45
GetThreadLocalClass · 0.45
TEST_FFunction · 0.45
GetAnAssignmentMethod · 0.45
ThreadMainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected