Bitcoin ABC 0.30.5
P2P Digital Currency
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | util |
Functions | |
void | util::ThreadRename (std::string &&) |
Rename a thread both in terms of an internal (in-memory) name as well as its system thread name. More... | |
void | util::ThreadSetInternalName (std::string &&) |
Set the internal (in-memory) name of the current thread only. More... | |
const std::string & | util::ThreadGetInternalName () |
Get the thread's internal (in-memory) name; used e.g. More... | |