Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ bthread_stopped
Function
bthread_stopped
src/bthread/bthread.cpp:380–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
int bthread_stopped(bthread_t tid) {
381
return (int)bthread::TaskGroup::is_stopped(tid);
382
}
383
384
bthread_t bthread_self(void) {
385
bthread::TaskGroup* g = bthread::tls_task_group;
Callers
6
produce_func
Function · 0.85
consume_func
Function · 0.85
SendData
Method · 0.85
RunNamingService
Method · 0.85
PeriodicRenew
Method · 0.85
RunNamingService
Method · 0.85
Calls
no outgoing calls
Tested by
3
produce_func
Function · 0.68
consume_func
Function · 0.68
SendData
Method · 0.68