Function rustix::thread::enable_syscall_user_dispatch
source · pub unsafe fn enable_syscall_user_dispatch(
always_allowed_region: &[u8],
fast_switch_flag: &AtomicU8
) -> Result<()>
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.