Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ rq_size
Method
rq_size
src/bthread/task_group.h:216–218 ·
view source on GitHub ↗
Returns size of local run queue.
Source
from the content-addressed store, hash-verified
214
215
// Returns size of local run queue.
216
size_t rq_size() const {
217
return _rq.volatile_size();
218
}
219
220
bthread_tag_t tag() const { return _tag; }
221
Callers
1
mutex_lock_contended_impl
Function · 0.80
Calls
1
volatile_size
Method · 0.80
Tested by
no test coverage detected