[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 257 Bytes

thread_name.md

File metadata and controls

13 lines (9 loc) · 257 Bytes
void set_thread_name(const wchar_t * name) noexcept;

Sets the OS-level name for the current thread.

const std::string & get_thread_name() noexcept;

Returns the OS-level name for the current thread.