5 #ifndef PIVX_UTIL_THREADNAMES_H
6 #define PIVX_UTIL_THREADNAMES_H
void ThreadSetInternalName(std::string &&)
Set the internal (in-memory) name of the current thread only.
const std::string & ThreadGetInternalName()
Get the thread's internal (in-memory) name; used e.g.
void ThreadRename(std::string &&)
Rename a thread both in terms of an internal (in-memory) name as well as its system thread name.
void RenameThreadPool(ctpl::thread_pool &tp, const char *baseName)