1 PCLEARSIG(3PROC) Process Control Library Functions PCLEARSIG(3PROC)
2
3 NAME
4 Pclearsig, Lclearsig - clear process signals
5
6 SYNOPSIS
7 Process Control Library (libproc, -lproc)
8 #include <libproc.h>
9
10 int
11 Pclearsig(struct ps_prochandle *P);
12
13 int
14 Lclearsig(struct ps_lwphandle *L);
15
16 DESCRIPTION
17 During normal operation a process may receive a signal. Signals may
18 indicate an error, for example referencing unmapped memory, an alarm
19 firing, requests for information, and users requesting an interruption.
20 For more information on the generation and usage of signals, see
21 signal.h(3HEAD).
22
23 The Pclearsig() function instructs the system to clear any signal pending
24 delivery to a thread in the process represented by the process handle P.
25 The pending signal will never be delivered to process represented by P.
26
27 The Lclearsig() function is identical to the Pclearsig() function, except
|
1 PCLEARSIG(3PROC) Process Control Library Functions PCLEARSIG(3PROC)
2
3 NAME
4 Pclearsig, Lclearsig - clear process signals
5
6 LIBRARY
7 Process Control Library (libproc, -lproc)
8
9 SYNOPSIS
10 #include <libproc.h>
11
12 int
13 Pclearsig(struct ps_prochandle *P);
14
15 int
16 Lclearsig(struct ps_lwphandle *L);
17
18 DESCRIPTION
19 During normal operation a process may receive a signal. Signals may
20 indicate an error, for example referencing unmapped memory, an alarm
21 firing, requests for information, and users requesting an interruption.
22 For more information on the generation and usage of signals, see
23 signal.h(3HEAD).
24
25 The Pclearsig() function instructs the system to clear any signal pending
26 delivery to a thread in the process represented by the process handle P.
27 The pending signal will never be delivered to process represented by P.
28
29 The Lclearsig() function is identical to the Pclearsig() function, except
|