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

Method Detach

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

Detaches the underlying thread from this Thread object. It's illegal to call Join() after calling Detach(). When the underlying thread finishes execution, it unregisters itself from the ThreadMgr.

Source from the content-addressed store, hash-verified

122 /// Join() after calling Detach(). When the underlying thread finishes execution,
123 /// it unregisters itself from the ThreadMgr.
124 void Detach() const { thread_->detach(); }
125
126 /// The thread ID assigned to this thread by the operating system. If the OS does not
127 /// support retrieving the tid, returns Thread::INVALID_THREAD_ID.

Callers 3

StartFInstancesMethod · 0.80
StartQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected