[#util-ThreadGetInternalName] = xref:util.adoc[util]::ThreadGetInternalName :relfileprefix: ../ :mrdocs: Get the thread's internal (in‐memory) name; used e.g. for identification in logging. == Synopsis Declared in `<util/threadnames.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string ThreadGetInternalName(); ---- == Return Value The internal name of the current thread. [.small]#Created with https://www.mrdocs.com[MrDocs]#