pub unsafe extern "C" fn sched_set_status(
process: *mut thread_t,
status: thread_status_t,
)
Expand description
@brief Set the status of the specified process
@param[in] process Pointer to the thread control block of the targeted process @param[in] status The new status of this thread