Functions | |
std::string | getThreadName (uint64_t threadId) |
void | setThreadName (uint64_t threadId, const std::string &threadName) |
std::string | getCurrentThreadName () |
void | setName4CurrentThread (const std::string &threadName) |
uint64_t | getCurrentThreadId () |
uint64_t SystemTools::Thread::getCurrentThreadId | ( | ) |
std::string SystemTools::Thread::getCurrentThreadName | ( | ) |
std::string SystemTools::Thread::getThreadName | ( | uint64_t | threadId | ) |
void SystemTools::Thread::setName4CurrentThread | ( | const std::string & | threadName | ) |
void SystemTools::Thread::setThreadName | ( | uint64_t | threadId, |
const std::string & | threadName | ||
) |