Function k_thread_name_get

Source
pub unsafe extern "C" fn k_thread_name_get(
    thread: k_tid_t,
) -> *const c_char
Expand description

@brief Get thread name

Get the name of a thread

@param thread Thread ID @retval Thread name, or NULL if configuration not enabled