Skip to main content

name_os_thread_unicode

Function name_os_thread_unicode 

Source
pub fn name_os_thread_unicode(thread_id: u32, name: &WideCStr)
Expand description

Name an OS thread with a Unicode string.

Note: the threadId must be an operating-specific thread id. On Linux this would be a process’s tid.