setName#

Fully qualified name: carb::thread::setName

Defined in carb/thread/Util.h

inline void carb::thread::setName(
NativeHandleType h,
const char *name,
)#

Sets the name of the given thread.

Note

The length of the name is limited by the system.

Parameters:
  • h – The native handle to the thread.

  • name – The desired name for the thread.