W3cubDocs

/Pony

Sig

[Source]

Define the portable signal numbers. Other signals can be used, but they are not guaranteed to be portable.

primitive val Sig

Constructors

create

[Source]

new val create()
: Sig val^

Returns

Public Functions

hup

[Source]

fun box hup()
: U32 val

Returns

int

[Source]

fun box int()
: U32 val

Returns

quit

[Source]

fun box quit()
: U32 val

Returns

ill

[Source]

fun box ill()
: U32 val

Returns

trap

[Source]

fun box trap()
: U32 val

Returns

abrt

[Source]

fun box abrt()
: U32 val

Returns

emt

[Source]

fun box emt()
: U32 val

Returns

fpe

[Source]

fun box fpe()
: U32 val

Returns

kill

[Source]

fun box kill()
: U32 val

Returns

bus

[Source]

fun box bus()
: U32 val

Returns

segv

[Source]

fun box segv()
: U32 val

Returns

sys

[Source]

fun box sys()
: U32 val

Returns

pipe

[Source]

fun box pipe()
: U32 val

Returns

alrm

[Source]

fun box alrm()
: U32 val

Returns

term

[Source]

fun box term()
: U32 val

Returns

urg

[Source]

fun box urg()
: U32 val

Returns

stkflt

[Source]

fun box stkflt()
: U32 val

Returns

stop

[Source]

fun box stop()
: U32 val

Returns

tstp

[Source]

fun box tstp()
: U32 val

Returns

cont

[Source]

fun box cont()
: U32 val

Returns

chld

[Source]

fun box chld()
: U32 val

Returns

ttin

[Source]

fun box ttin()
: U32 val

Returns

ttou

[Source]

fun box ttou()
: U32 val

Returns

io

[Source]

fun box io()
: U32 val

Returns

xcpu

[Source]

fun box xcpu()
: U32 val

Returns

xfsz

[Source]

fun box xfsz()
: U32 val

Returns

vtalrm

[Source]

fun box vtalrm()
: U32 val

Returns

prof

[Source]

fun box prof()
: U32 val

Returns

winch

[Source]

fun box winch()
: U32 val

Returns

info

[Source]

fun box info()
: U32 val

Returns

pwr

[Source]

fun box pwr()
: U32 val

Returns

usr1

[Source]

fun box usr1()
: U32 val

Returns

usr2

[Source]

fun box usr2()
: U32 val

Returns

rt

[Source]

fun box rt(
  n: U32 val)
: U32 val ?

Parameters

Returns

eq

[Source]

fun box eq(
  that: Sig val)
: Bool val

Parameters

  • that: Sig val

Returns

ne

[Source]

fun box ne(
  that: Sig val)
: Bool val

Parameters

  • that: Sig val

Returns

© 2016-2018, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/signals-Sig