Function disable_syscall_user_dispatch
Source pub unsafe fn disable_syscall_user_dispatch() -> Result<()>
Available on crate feature thread
only.
Expand description
Disable Syscall User Dispatch mechanism.
§References
§Safety
Please ensure the conditions necessary to safely call this function, as
detailed in the references above.