MCPcopy Create free account
hub / github.com/apache/brpc / set_before_anybth

Function set_before_anybth

test/bthread_key_unittest.cpp:339–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

337}
338
339void* set_before_anybth(void* args) {
340 set_before_anybth_impl((SBAData*)args);
341 return NULL;
342}
343
344TEST(KeyTest, set_tls_before_creating_any_bthread) {
345 bthread_key_t key;

Callers

nothing calls this directly

Calls 1

set_before_anybth_implFunction · 0.85

Tested by

no test coverage detected