Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ task_count
Method
task_count
test/condition_variable_unittest.cc:517–520 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
515
}
516
517
int WorkQueue::task_count() const {
518
DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
519
return task_count_;
520
}
521
522
bool WorkQueue::allow_help_requests() const {
523
DFAKE_SCOPED_RECURSIVE_LOCK(locked_methods_);
Callers
1
TEST_F
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected