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

Function GetThreadNameByTid

be/src/util/thread.cc:413–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413bool GetThreadNameByTid(int64_t tid, string* name) {
414 if (thread_manager) {
415 return thread_manager->GetThreadNameByTid(tid, name);
416 }
417 return false;
418}
419
420namespace {
421

Callers 1

StacksHandlerFunction · 0.85

Calls 1

GetThreadNameByTidMethod · 0.80

Tested by

no test coverage detected