get_syscall_table

Function get_syscall_table 

Source
pub fn get_syscall_table() -> Result<&'static SyscallTable>
Expand description

get or initialize the global syscall table

note: in no_std mode, this creates a new table each call since global lazy initialization requires std. consider caching the result yourself in no_std environments.