MCPcopy Create free account
hub / github.com/apache/brpc / get_execq_vars

Function get_execq_vars

src/bthread/execution_queue.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64inline ExecutionQueueVars* get_execq_vars() {
65 return butil::get_leaky_singleton<ExecutionQueueVars>();
66}
67
68void ExecutionQueueBase::start_execute(TaskNode* node) {
69 node->next = TaskNode::UNCONNECTED;

Callers 6

start_executeMethod · 0.85
_execute_tasksMethod · 0.85
return_task_nodeMethod · 0.85
_on_recycleMethod · 0.85
allocate_nodeMethod · 0.85
createMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected