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

Function first_get_bthread_singleton

test/bthread_once_unittest.cpp:98–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void* first_get_bthread_singleton(void*) {
99 g_bthread_started = true;
100 get_bthread_singleton();
101 return NULL;
102}
103
104
105void* get_bthread_singleton(void*) {

Callers

nothing calls this directly

Calls 1

get_bthread_singletonFunction · 0.85

Tested by

no test coverage detected