Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ first_bthread_once_task
Function
first_bthread_once_task
test/bthread_once_unittest.cpp:44–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void* first_bthread_once_task(void*) {
45
g_bthread_once_started = true;
46
bthread_once_task();
47
return NULL;
48
}
49
50
51
void* other_bthread_once_task(void*) {
Callers
nothing calls this directly
Calls
1
bthread_once_task
Function · 0.85
Tested by
no test coverage detected