devela::_dep::rustix::thread

Function enable_syscall_user_dispatch

pub unsafe fn enable_syscall_user_dispatch(
    always_allowed_region: &[u8],
    fast_switch_flag: &AtomicU8,
) -> Result<(), Errno> 
Available on crate feature dep_rustix only.
Expand description

Enable Syscall User Dispatch mechanism.

§References

§Safety

Please ensure the conditions necessary to safely call this function, as detailed in the references above.