PIVX Core  5.6.99
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
 
 ctpl
 

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...
 
void RenameThreadPool (ctpl::thread_pool &tp, const char *baseName)
 

Function Documentation

◆ RenameThreadPool()

void RenameThreadPool ( ctpl::thread_pool tp,
const char *  baseName 
)

Definition at line 73 of file threadnames.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: