The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Name

SPVM::Sys::Signal::Constant - Signal Constant Values

Description

The Sys::Signal::Constant in SPVM has methods to get constant values for signals.

Usage

  use Sys::Signal::Constant;
  

Class Methods

BUS_ADRALN

static method BUS_ADRALN : int ();

Gets the value of BUS_ADRALN. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

BUS_ADRERR

static method BUS_ADRERR : int ();

Gets the value of BUS_ADRERR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

BUS_MCEERR_AO

static method BUS_MCEERR_AO : int ();

Gets the value of BUS_MCEERR_AO. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

BUS_MCEERR_AR

static method BUS_MCEERR_AR : int ();

Gets the value of BUS_MCEERR_AR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

BUS_MCERR_

static method BUS_MCERR_ : int ();

Gets the value of BUS_MCERR_. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

BUS_OBJERR

static method BUS_OBJERR : int ();

Gets the value of BUS_OBJERR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

CLD_CONTINUED

static method CLD_CONTINUED : int ();

Gets the value of CLD_CONTINUED. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

CLD_DUMPED

static method CLD_DUMPED : int ();

Gets the value of CLD_DUMPED. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

CLD_EXITED

static method CLD_EXITED : int ();

Gets the value of CLD_EXITED. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

CLD_KILLED

static method CLD_KILLED : int ();

Gets the value of CLD_KILLED. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

CLD_STOPPED

static method CLD_STOPPED : int ();

Gets the value of CLD_STOPPED. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

CLD_TRAPPED

static method CLD_TRAPPED : int ();

Gets the value of CLD_TRAPPED. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_FLTDIV

static method FPE_FLTDIV : int ();

Gets the value of FPE_FLTDIV. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_FLTINV

static method FPE_FLTINV : int ();

Gets the value of FPE_FLTINV. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_FLTOVF

static method FPE_FLTOVF : int ();

Gets the value of FPE_FLTOVF. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_FLTRES

static method FPE_FLTRES : int ();

Gets the value of FPE_FLTRES. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_FLTSUB

static method FPE_FLTSUB : int ();

Gets the value of FPE_FLTSUB. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_FLTUND

static method FPE_FLTUND : int ();

Gets the value of FPE_FLTUND. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_INTDIV

static method FPE_INTDIV : int ();

Gets the value of FPE_INTDIV. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FPE_INTOVF

static method FPE_INTOVF : int ();

Gets the value of FPE_INTOVF. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

FUTEX_WAIT

static method FUTEX_WAIT : int ();

Gets the value of FUTEX_WAIT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_BADSTK

static method ILL_BADSTK : int ();

Gets the value of ILL_BADSTK. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_COPROC

static method ILL_COPROC : int ();

Gets the value of ILL_COPROC. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_ILLADR

static method ILL_ILLADR : int ();

Gets the value of ILL_ILLADR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_ILLOPC

static method ILL_ILLOPC : int ();

Gets the value of ILL_ILLOPC. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_ILLOPN

static method ILL_ILLOPN : int ();

Gets the value of ILL_ILLOPN. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_ILLTRP

static method ILL_ILLTRP : int ();

Gets the value of ILL_ILLTRP. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_PRVOPC

static method ILL_PRVOPC : int ();

Gets the value of ILL_PRVOPC. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

ILL_PRVREG

static method ILL_PRVREG : int ();

Gets the value of ILL_PRVREG. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

POLL_ERR

static method POLL_ERR : int ();

Gets the value of POLL_ERR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

POLL_HUP

static method POLL_HUP : int ();

Gets the value of POLL_HUP. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

POLL_IN

static method POLL_IN : int ();

Gets the value of POLL_IN. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

POLL_MSG

static method POLL_MSG : int ();

Gets the value of POLL_MSG. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

POLL_OUT

static method POLL_OUT : int ();

Gets the value of POLL_OUT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

POLL_PRI

static method POLL_PRI : int ();

Gets the value of POLL_PRI. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_ASYNCIO

static method SI_ASYNCIO : int ();

Gets the value of SI_ASYNCIO. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_KERNEL

static method SI_KERNEL : int ();

Gets the value of SI_KERNEL. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_MESGQ

static method SI_MESGQ : int ();

Gets the value of SI_MESGQ. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_QUEUE

static method SI_QUEUE : int ();

Gets the value of SI_QUEUE. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_SIGIO

static method SI_SIGIO : int ();

Gets the value of SI_SIGIO. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_TIMER

static method SI_TIMER : int ();

Gets the value of SI_TIMER. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_TKILL

static method SI_TKILL : int ();

Gets the value of SI_TKILL. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SI_USER

static method SI_USER : int ();

Gets the value of SI_USER. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

TRAP_BRANCH

static method TRAP_BRANCH : int ();

Gets the value of TRAP_BRANCH. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

TRAP_BRKPT

static method TRAP_BRKPT : int ();

Gets the value of TRAP_BRKPT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

TRAP_HWBKPT

static method TRAP_HWBKPT : int ();

Gets the value of TRAP_HWBKPT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

TRAP_TRACE

static method TRAP_TRACE : int ();

Gets the value of TRAP_TRACE. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGABRT

static method SIGABRT : int ();

Gets the value of SIGABRT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGALRM

static method SIGALRM : int ();

Gets the value of SIGALRM. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGBUS

static method SIGBUS : int ();

Gets the value of SIGBUS. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGCHLD

static method SIGCHLD : int ();

Gets the value of SIGCHLD. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGCONT

static method SIGCONT : int ();

Gets the value of SIGCONT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGFPE

static method SIGFPE : int ();

Gets the value of SIGFPE. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGHUP

static method SIGHUP : int ();

Gets the value of SIGHUP. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGILL

static method SIGILL : int ();

Gets the value of SIGILL. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGINT

static method SIGINT : int ();

Gets the value of SIGINT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGIO

static method SIGIO : int ();

Gets the value of SIGIO. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGKILL

static method SIGKILL : int ();

Gets the value of SIGKILL. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGPIPE

static method SIGPIPE : int ();

Gets the value of SIGPIPE. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGPROF

static method SIGPROF : int ();

Gets the value of SIGPROF. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGPWR

static method SIGPWR : int ();

Gets the value of SIGPWR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGQUIT

static method SIGQUIT : int ();

Gets the value of SIGQUIT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGRTMAX

static method SIGRTMAX : int ();

Gets the value of SIGRTMAX. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGRTMIN

static method SIGRTMIN : int ();

Gets the value of SIGRTMIN. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGSEGV

static method SIGSEGV : int ();

Gets the value of SIGSEGV. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGSTKFLT

static method SIGSTKFLT : int ();

Gets the value of SIGSTKFLT. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGSTOP

static method SIGSTOP : int ();

Gets the value of SIGSTOP. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGSYS

static method SIGSYS : int ();

Gets the value of SIGSYS. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGTERM

static method SIGTERM : int ();

Gets the value of SIGTERM. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGTRAP

static method SIGTRAP : int ();

Gets the value of SIGTRAP. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGTSTP

static method SIGTSTP : int ();

Gets the value of SIGTSTP. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGTTIN

static method SIGTTIN : int ();

Gets the value of SIGTTIN. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGTTOU

static method SIGTTOU : int ();

Gets the value of SIGTTOU. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGURG

static method SIGURG : int ();

Gets the value of SIGURG. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGUSR1

static method SIGUSR1 : int ();

Gets the value of SIGUSR1. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGUSR2

static method SIGUSR2 : int ();

Gets the value of SIGUSR2. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGVTALRM

static method SIGVTALRM : int ();

Gets the value of SIGVTALRM. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGWINCH

static method SIGWINCH : int ();

Gets the value of SIGWINCH. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGXCPU

static method SIGXCPU : int ();

Gets the value of SIGXCPU. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIGXFSZ

static method SIGXFSZ : int ();

Gets the value of SIGXFSZ. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIG_DFL

static method SIG_DFL : int ();

Gets the value of SIG_DFL. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIG_ERR

static method SIG_ERR : int ();

Gets the value of SIG_ERR. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

SIG_IGN

static method SIG_IGN : int ();

Gets the value of SIG_IGN. If the value is not defined in the system, an exception is thrown with eval_error_id set to the basic type ID of the Error::NotSupported class.

Copyright & License

Copyright (c) 2023 Yuki Kimoto

MIT License