Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SIGNAL.H>

SA_NOCLDSTOP

SA_NOCLDSTOP 1

Description

[Top]


SIG_SETMASK

SIG_SETMASK 0

Description

[Top]


SIG_BLOCK

SIG_BLOCK 1

Description

[Top]


SIG_UNBLOCK

SIG_UNBLOCK 2

Description

[Top]


sigaddset

sigaddset (what, sig) (*(what) |= (1<<(sig)))

Description

These depend upon the type of sigset_t, which right now is always a long.. They're in the POSIX namespace, but are not ANSI.

Parameters

what

sig

[Top]


sigemptyset

sigemptyset (what) (*(what) = 0)

Description

Parameters

what

[Top]


SIGHUP

SIGHUP 1

Description

[Top]


SIGINT

SIGINT 2

Description

[Top]


SIGQUIT

SIGQUIT 3

Description

[Top]


SIGILL

SIGILL 4

Description

[Top]


SIGTRAP

SIGTRAP 5

Description

[Top]


SIGIOT

SIGIOT 6

Description

[Top]


SIGABRT

SIGABRT 6

Description

[Top]


SIGEMT

SIGEMT 7

Description

[Top]


SIGFPE

SIGFPE 8

Description

[Top]


SIGKILL

SIGKILL 9

Description

[Top]


SIGBUS

SIGBUS 10

Description

[Top]


SIGSEGV

SIGSEGV 11

Description

[Top]


SIGSYS

SIGSYS 12

Description

[Top]


SIGPIPE

SIGPIPE 13

Description

[Top]


SIGALRM

SIGALRM 14

Description

[Top]


SIGTERM

SIGTERM 15

Description

[Top]


SIGUSR1

SIGUSR1 16

Description

[Top]


SIGUSR2

SIGUSR2 17

Description

[Top]


SIGCLD

SIGCLD 18

Description

[Top]


SIGPWR

SIGPWR 19

Description

[Top]


SIGWINCH

SIGWINCH 20

Description

[Top]


SIGPOLL

SIGPOLL 22

Description

[Top]


SIGSTOP

SIGSTOP 23

Description

[Top]


SIGTSTP

SIGTSTP 24

Description

[Top]


SIGCONT

SIGCONT 25

Description

[Top]


SIGTTIN

SIGTTIN 26

Description

[Top]


SIGTTOU

SIGTTOU 27

Description

[Top]


NSIG

NSIG 28

Description

[Top]


Typedef sigset_t

typedef unsigned long sigset_t;

Description