![]() |
Bitcoin Core 30.99.0
P2P Digital Currency
|
#include <string>Go to the source code of this file.
Namespaces | |
| namespace | util |
Functions | |
| void | util::ThreadRename (const 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 (const std::string &) |
| Set the internal (in-memory) name of the current thread only. More... | |
| std::string | util::ThreadGetInternalName () |
| Get the thread's internal (in-memory) name; used e.g. More... | |