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

Synopsis

Declared in <util/threadnames.h>

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

Parameters

Name

Description

name

New internal name for the current thread.

Created with MrDocs