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

Method current_thread

be/src/kudu/util/thread.h:185–185  ·  view source on GitHub ↗

The current thread of execution, or NULL if the current thread isn't a kudu::Thread. This call is signal-safe.

Source from the content-addressed store, hash-verified

183 // The current thread of execution, or NULL if the current thread isn't a kudu::Thread.
184 // This call is signal-safe.
185 static Thread* current_thread() { return tls_; }
186
187 // Returns a unique, stable identifier for this thread. Note that this is a static
188 // method and thus can be used on any thread, including the main thread of the

Callers 3

insert_valuesMethod · 0.80
execute_using_hive_hs2Function · 0.80
_run_queriesMethod · 0.80

Calls

no outgoing calls

Tested by 1

insert_valuesMethod · 0.64