Bitcoin ABC  0.28.12
P2P Digital Currency
Namespaces | Functions
threadnames.h File Reference
#include <string>
Include dependency graph for threadnames.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 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...