Sig
Define the portable signal numbers. Other signals can be used, but they are not guaranteed to be portable.
primitive val Sig
Constructors
create
new val create() : Sig val^
Returns
- Sig val^
Public Functions
hup
fun box hup() : U32 val
Returns
- U32 val
int
fun box int() : U32 val
Returns
- U32 val
quit
fun box quit() : U32 val
Returns
- U32 val
ill
fun box ill() : U32 val
Returns
- U32 val
trap
fun box trap() : U32 val
Returns
- U32 val
abrt
fun box abrt() : U32 val
Returns
- U32 val
emt
fun box emt() : U32 val
Returns
- U32 val
fpe
fun box fpe() : U32 val
Returns
- U32 val
kill
fun box kill() : U32 val
Returns
- U32 val
bus
fun box bus() : U32 val
Returns
- U32 val
segv
fun box segv() : U32 val
Returns
- U32 val
sys
fun box sys() : U32 val
Returns
- U32 val
pipe
fun box pipe() : U32 val
Returns
- U32 val
alrm
fun box alrm() : U32 val
Returns
- U32 val
term
fun box term() : U32 val
Returns
- U32 val
urg
fun box urg() : U32 val
Returns
- U32 val
stkflt
fun box stkflt() : U32 val
Returns
- U32 val
stop
fun box stop() : U32 val
Returns
- U32 val
tstp
fun box tstp() : U32 val
Returns
- U32 val
cont
fun box cont() : U32 val
Returns
- U32 val
chld
fun box chld() : U32 val
Returns
- U32 val
ttin
fun box ttin() : U32 val
Returns
- U32 val
ttou
fun box ttou() : U32 val
Returns
- U32 val
io
fun box io() : U32 val
Returns
- U32 val
xcpu
fun box xcpu() : U32 val
Returns
- U32 val
xfsz
fun box xfsz() : U32 val
Returns
- U32 val
vtalrm
fun box vtalrm() : U32 val
Returns
- U32 val
prof
fun box prof() : U32 val
Returns
- U32 val
winch
fun box winch() : U32 val
Returns
- U32 val
info
fun box info() : U32 val
Returns
- U32 val
pwr
fun box pwr() : U32 val
Returns
- U32 val
usr1
fun box usr1() : U32 val
Returns
- U32 val
usr2
fun box usr2() : U32 val
Returns
- U32 val
rt
fun box rt( n: U32 val) : U32 val ?
Parameters
- n: U32 val
Returns
- U32 val ?
eq
fun box eq( that: Sig val) : Bool val
Parameters
- that: Sig val
Returns
- Bool val
ne
fun box ne( that: Sig val) : Bool val
Parameters
- that: Sig val
Returns
- Bool val
© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/signals-Sig