MCPcopy 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
44void* first_bthread_once_task(void*) {
45 g_bthread_once_started = true;
46 bthread_once_task();
47 return NULL;
48}
49
50
51void* other_bthread_once_task(void*) {

Callers

nothing calls this directly

Calls 1

bthread_once_taskFunction · 0.85

Tested by

no test coverage detected