5 #ifndef BITCOIN_UTIL_THREADNAMES_H 6 #define BITCOIN_UTIL_THREADNAMES_H 26 #endif // BITCOIN_UTIL_THREADNAMES_H
void ThreadRename(std::string &&)
Rename a thread both in terms of an internal (in-memory) name as well as its system thread name...
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.