Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ sid_thread_impl
Function
sid_thread_impl
test/bthread_key_unittest.cpp:268–270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
266
}
267
268
static void sid_thread_impl(SidData* data) {
269
ASSERT_EQ(0, bthread_setspecific(data->key, data));
270
};
271
272
static void* sid_thread(void* args) {
273
sid_thread_impl((SidData*)args);
Callers
1
sid_thread
Function · 0.85
Calls
1
bthread_setspecific
Function · 0.85
Tested by
no test coverage detected