pub unsafe extern "C" fn sched_run() -> *mut thread_t
Expand description
@brief Triggers the scheduler to schedule the next thread
@returns The new thread to schedule if sched_active_thread/sched_active_pid was changed, @returns NULL if the active thread was not changed.