setName#

Fully qualified name: carb::this_thread::setName

Defined in carb/thread/Util.h

inline void carb::this_thread::setName(const char *name)#

Sets the name for the current thread.

Note

The length of the name is limited by the system and may be truncated.

Parameters:

name – The desired name for the current thread.