util::ThreadSetInternalName

Set the internal (in-memory) name of the current thread only.

Synopsis

Declared in <util/threadnames.h>

void
ThreadSetInternalName(std::string const& name);

Parameters

NameDescription
nameNew internal name for the current thread.