MCPcopy 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
268static void sid_thread_impl(SidData* data) {
269 ASSERT_EQ(0, bthread_setspecific(data->key, data));
270};
271
272static void* sid_thread(void* args) {
273 sid_thread_impl((SidData*)args);

Callers 1

sid_threadFunction · 0.85

Calls 1

bthread_setspecificFunction · 0.85

Tested by

no test coverage detected