Functions | |
void | setName (string_view name) |
Sets the current thread name. More... | |
void kanzi::this_thread::setName | ( | string_view | name | ) |
Sets the current thread name.
Implemented by Kanzi for Linux, Android, QNX, and Windows.
name | The 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. |