![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include <string>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) |
| void RenameThreadPool | ( | ctpl::thread_pool & | tp, |
| const char * | baseName | ||
| ) |
Definition at line 73 of file threadnames.cpp.