Skip to main content

Module syscalls

Module syscalls 

Source
Expand description

Domain-specific syscall wrappers for the network strate.

Modules§

call
error
number

Structs§

TimeSpec

Enums§

Error

Functions§

clock_gettime_ns
Implements clock gettime ns.
debug_log
Implements debug log.
exit
Implements exit.
ipc_try_recv
Implements ipc try recv.
nanosleep
Implements nanosleep.
net_info
Implements net info.
net_recv
Implements net recv.
net_send
Implements net send.
proc_yield
Implements proc yield.
syscall0
Invoke a syscall with no argument registers.
syscall2
Invoke a syscall with two arguments (rdi, rsi).

Type Aliases§

Result