Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
413
bool GetThreadNameByTid(int64_t tid, string* name) {
414
if (thread_manager) {
415
return thread_manager->GetThreadNameByTid(tid, name);
416
}
417
return false;
418
}
419
420
namespace {
421
Callers
1
StacksHandler
Function · 0.85
Calls
1
GetThreadNameByTid
Method · 0.80
Tested by
no test coverage detected