Function miri::shims::unix::linux::sync::futex

source ยท
pub fn futex<'tcx>(
    this: &mut MiriInterpCx<'tcx>,
    args: &[OpTy<'tcx>],
    dest: &MPlaceTy<'tcx>,
) -> InterpResult<'tcx>
Expand description

Implementation of the SYS_futex syscall. args is the arguments after the syscall number.