MCPcopy 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
272static void* sid_thread(void* args) {
273 sid_thread_impl((SidData*)args);
274 return NULL;
275}
276
277TEST(KeyTest, set_in_dtor) {
278 bthread_key_t key;

Callers

nothing calls this directly

Calls 1

sid_thread_implFunction · 0.85

Tested by

no test coverage detected