![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
Functions | |
| void | ThreadRename (std::string &&) |
| Rename a thread both in terms of an internal (in-memory) name as well as its system thread name. More... | |
| void | ThreadSetInternalName (std::string &&) |
| Set the internal (in-memory) name of the current thread only. More... | |
| const std::string & | ThreadGetInternalName () |
| Get the thread's internal (in-memory) name; used e.g. More... | |
| const std::string & util::ThreadGetInternalName | ( | ) |
Get the thread's internal (in-memory) name; used e.g.
for identification in logging.
Definition at line 58 of file threadnames.cpp.
| void util::ThreadRename | ( | std::string && | name | ) |
Rename a thread both in terms of an internal (in-memory) name as well as its system thread name.
Definition at line 62 of file threadnames.cpp.
| void util::ThreadSetInternalName | ( | std::string && | name | ) |
Set the internal (in-memory) name of the current thread only.
Definition at line 68 of file threadnames.cpp.