Function osThreadSuspend

Source
pub unsafe extern "C" fn osThreadSuspend(
    thread_id: osThreadId_t,
) -> osStatus_t
Expand description

Suspend execution of a thread. \param[in] thread_id thread ID obtained by \ref osThreadNew or \ref osThreadGetId. \return status code that indicates the execution status of the function.