Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ main_stat
Method
main_stat
src/bthread/task_group.cpp:668–671 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
TaskStatistics TaskGroup::main_stat() const {
669
TaskMeta* m = address_meta(_main_tid);
670
return m ? m->stat : EMPTY_STAT;
671
}
672
673
void TaskGroup::ending_sched(TaskGroup** pg) {
674
TaskGroup* g = *pg;
Callers
1
worker_thread
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected