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

Method GetThreadName

be/src/common/thread-debug-info.h:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 const TUniqueId& GetQueryId() const { return query_id_; }
55 const TUniqueId& GetInstanceId() const { return instance_id_; }
56 const char* GetThreadName() const { return thread_name_; }
57 int64_t GetSystemThreadId() const { return system_thread_id_; }
58 int64_t GetParentSystemThreadId() const { return parent_.system_thread_id_; }
59 const char* GetParentThreadName() const { return parent_.thread_name_; }

Callers 3

TESTFunction · 0.80
IsFragmentExecThreadMethod · 0.80
write_dump_threadinfoFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64