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

Function other_bthread_once_task

test/bthread_once_unittest.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51void* other_bthread_once_task(void*) {
52 bthread_once_task();
53 return NULL;
54}
55
56TEST(BthreadOnceTest, once) {
57 bthread_t bid;

Callers

nothing calls this directly

Calls 1

bthread_once_taskFunction · 0.85

Tested by

no test coverage detected