![]() |
PRCYCoin
2.0.0.7rc1
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 53 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 57 of file threadnames.cpp.
| void util::ThreadSetInternalName | ( | std::string && | name | ) |
Set the internal (in-memory) name of the current thread only.
Definition at line 63 of file threadnames.cpp.
1.8.17