Function IFSIGNALED [src]

Prototype

pub fn IFSIGNALED(x: u32) bool

Parameters

x: u32

Source

pub fn IFSIGNALED(x: u32) bool { return status(x) != stopped and status(x) != 0; }