pub unsafe extern "C" fn k_wakeup(thread: *mut k_thread)
Expand description
@brief Wake up a sleeping thread.
This routine prematurely wakes up @a thread from sleeping.
If @a thread is not currently sleeping, the routine has no effect.
@param thread ID of thread to wake.