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

Function TEST_F

test/bthread_unittest.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57};
58
59TEST_F(BthreadTest, sizeof_task_meta) {
60 LOG(INFO) << "sizeof(TaskMeta)=" << sizeof(bthread::TaskMeta);
61}
62
63void* unrelated_pthread(void*) {
64 LOG(INFO) << "I did not call any bthread function, "

Callers

nothing calls this directly

Calls 15

bthread_attr_initFunction · 0.85
bthread_attr_destroyFunction · 0.85
bthread_usleepFunction · 0.85
bthread_joinFunction · 0.85
bthread_selfFunction · 0.85
bthread_start_urgentFunction · 0.85
snprintfFunction · 0.85
ProfilerStartFunction · 0.85
ProfilerStopFunction · 0.85
bthread_getconcurrencyFunction · 0.85
bthread_start_backgroundFunction · 0.85
bthread_stopFunction · 0.85

Tested by

no test coverage detected