1 2 3 4
pub unsafe fn _lwp_continue(target: lwpid_t) -> Result<(), Errno> { let target = target as usize; syscall1(SYS__LWP_CONTINUE, target).map(drop) }