k_thread_name_get

Function k_thread_name_get 

Source
pub unsafe extern "C" fn k_thread_name_get(
    thread: *mut k_thread,
) -> *const u8
Expand description

@brief Get thread name

Get the name of a thread

@param thread Thread ID @return Thread name, or NULL if @kconfig{CONFIG_THREAD_NAME} not enabled