Skip to main content

kick_thread

Function kick_thread 

Source
#[unsafe(no_mangle)]
pub extern "C" fn kick_thread(uid: u32)
Expand description

Wake a thread by raw uid. C-FFI so ISR-context callers can use it without going through the syscall path. Errors are swallowed: not-yet-sleeping is normal.