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

Method set_capture_thread_names

be/src/kudu/util/debug-util.h:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 using VisitorFunc = std::function<void(ArrayView<ThreadInfo> group)>;
242
243 void set_capture_thread_names(bool c) {
244 capture_thread_names_ = c;
245 }
246
247 // Snapshot the stack traces of all threads in the process. This may return a bad
248 // Status in the case that stack traces aren't supported on the platform, or if

Callers 1

StacksHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected