Function nstd_sys::thread::nstd_thread_name
source · #[no_mangle]
pub extern "C" fn nstd_thread_name(
handle: &NSTDThreadHandle
) -> NSTDOptionalStrAvailable on crate feature
thread only.Expand description
Returns the name of a thread.
Parameters:
const NSTDThreadHandle *handle- A handle to the thread.
Returns
NSTDOptionalStr name - The name of the thread, or none if the thread is unnamed.