Function osThreadGetName

Source
pub unsafe extern "C" fn osThreadGetName(
    thread_id: osThreadId_t,
) -> *const c_char
Expand description

Get name of a thread. \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. \return name as null-terminated string.