Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ sid_thread
Function
sid_thread
test/bthread_key_unittest.cpp:272–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
};
271
272
static void* sid_thread(void* args) {
273
sid_thread_impl((SidData*)args);
274
return NULL;
275
}
276
277
TEST(KeyTest, set_in_dtor) {
278
bthread_key_t key;
Callers
nothing calls this directly
Calls
1
sid_thread_impl
Function · 0.85
Tested by
no test coverage detected