Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
namespace {
31
inline unsigned* get_butex(bthread_mutex_t & m) {
32
return m.butex;
33
}
34
35
long start_time = butil::cpuwide_time_ms();
36
int c = 0;
Callers
1
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected