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

Method GetParentSystemThreadId

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

Source from the content-addressed store, hash-verified

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
61 /// Saves 'query_id' to member 'query_id_'

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64