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