Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ worker1
Function
worker1
test/bthread_key_unittest.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
static void* worker1(void* arg) {
119
worker1_impl(static_cast<Counters*>(arg));
120
return NULL;
121
}
122
123
TEST(KeyTest, creating_key_in_parallel) {
124
Counters args;
Callers
nothing calls this directly
Calls
1
worker1_impl
Function · 0.85
Tested by
no test coverage detected