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

Method Valid

src/butil/thread_key.cpp:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54bool ThreadKey::Valid() const {
55 return _id != InvalidID && !KEY_UNUSED(_seq);
56}
57
58static void DestroyTlsData() {
59 if (!thread_key_tls_data) {

Callers 6

RemoveSpansBeforeMethod · 0.80
FindSpansFunction · 0.80
ListSpansFunction · 0.80
thread_key_deleteFunction · 0.80
thread_setspecificFunction · 0.80
thread_getspecificFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected