Module rustix::backend::vdso_wrappers

source Β·
Expand description

Implement syscalls using the vDSO.

https://man7.org/linux/man-pages/man7/vdso.7.html

Β§Safety

Similar to syscalls.rs, this file performs raw system calls, and sometimes passes them uninitialized memory buffers. This file also calls vDSO functions.

Structs§

  • Function πŸ”’
    AtomicPtr can’t hold a fn pointer, so we use a * pointer to this placeholder type, and cast it as needed.

Statics§

Functions§

Type Aliases§