Bitcoin ABC 0.26.3
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
static void | SetThreadName (const char *name) |
Set the thread's name at the process level. | |
static void | SetInternalName (std::string name) |
Set the in-memory internal name for this thread. | |
Variables | |
static thread_local std::string | g_thread_name |
Set the in-memory internal name for this thread.
Does not affect the process name.
Definition at line 44 of file threadnames.cpp.
Set the thread's name at the process level.
Does not affect the internal name.
Definition at line 24 of file threadnames.cpp.
|
static |
Definition at line 38 of file threadnames.cpp.