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

Function get_butex

test/bthread_mutex_unittest.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30namespace {
31inline unsigned* get_butex(bthread_mutex_t & m) {
32 return m.butex;
33}
34
35long start_time = butil::cpuwide_time_ms();
36int c = 0;

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected