MCPcopy Create free account
hub / github.com/apache/impala / Thread

Method Thread

be/src/util/thread.h:135–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134 private:
135 Thread(const std::string& category, const std::string& name)
136 : category_(category), name_(name), tid_(UNINITIALISED_THREAD_ID) {}
137
138 /// To distinguish between a thread ID that can't be determined, and one that hasn't
139 /// been assigned. Since tid_ is set in the constructor, this value will never be seen

Callers 15

serveMethod · 0.45
__init_serverMethod · 0.45
__init__Method · 0.45
run_pre_hookMethod · 0.45
run_concurrent_workloadsFunction · 0.45

Calls

no outgoing calls