PicoScenes API Docs
 
Loading...
Searching...
No Matches
SystemTools::Thread Namespace Reference

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 ()
 

Function Documentation

◆ getCurrentThreadId()

uint64_t SystemTools::Thread::getCurrentThreadId ( )

◆ getCurrentThreadName()

std::string SystemTools::Thread::getCurrentThreadName ( )

◆ getThreadName()

std::string SystemTools::Thread::getThreadName ( uint64_t  threadId)

◆ setName4CurrentThread()

void SystemTools::Thread::setName4CurrentThread ( const std::string &  threadName)

◆ setThreadName()

void SystemTools::Thread::setThreadName ( uint64_t  threadId,
const std::string &  threadName 
)