#[unsafe(no_mangle)]pub extern "C" fn kick_thread(uid: u32)
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.
uid