pub unsafe extern "C" fn k_sched_unlock()
Expand description
@brief Unlock the scheduler.
This routine reverses the effect of a previous call to k_sched_lock(). A thread must call the routine once for each time it called k_sched_lock() before the thread becomes preemptible.