Function pause [src]

Prototype

pub fn pause() usize

Source

pub fn pause() usize { if (@hasField(SYS, "pause")) { return syscall0(.pause); } else { return syscall4(.ppoll, 0, 0, 0, 0); } }