Kanzi  3.9.6
Kanzi Engine API
kanzi::this_thread Namespace Reference

Functions

void setName (string_view name)
 Sets the current thread name. More...
 

Function Documentation

◆ setName()

void kanzi::this_thread::setName ( string_view  name)

Sets the current thread name.

Implemented by Kanzi for Linux, Android, QNX, and Windows.

Parameters
nameThe name to assign to the current thread. Maximum length is 16 characters, including the trailing null. This function cuts off strings longer than 16 characters.