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

Method GetSystemThreadId

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

Source from the content-addressed store, hash-verified

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_; }
60

Callers 2

TESTFunction · 0.80
write_dump_threadinfoFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64