Go to the source code of this file.
◆ sig_ignore
Definition at line 22 of file sig.h.
◆ sig_uncatch
Definition at line 23 of file sig.h.
◆ sig_alarmblock()
void sig_alarmblock |
( |
void |
| ) |
|
Definition at line 11 of file sig.c.
◆ sig_alarmcatch()
void sig_alarmcatch |
( |
void(*)(int) |
f | ) |
|
Definition at line 19 of file sig.c.
◆ sig_alarmdefault()
void sig_alarmdefault |
( |
void |
| ) |
|
Definition at line 23 of file sig.c.
◆ sig_alarmunblock()
void sig_alarmunblock |
( |
void |
| ) |
|
Definition at line 15 of file sig.c.
◆ sig_block()
void sig_block |
( |
int |
sig | ) |
|
Definition at line 30 of file sig.c.
◆ sig_blocknone()
void sig_blocknone |
( |
void |
| ) |
|
Definition at line 46 of file sig.c.
◆ sig_bugcatch()
void sig_bugcatch |
( |
void(*)(int) |
f | ) |
|
◆ sig_catch()
void sig_catch |
( |
int |
sig, |
|
|
void(*)(int) |
f |
|
) |
| |
Definition at line 53 of file sig.c.
◆ sig_childblock()
void sig_childblock |
( |
void |
| ) |
|
Definition at line 80 of file sig.c.
◆ sig_childcatch()
void sig_childcatch |
( |
void(*)(int) |
f | ) |
|
Definition at line 88 of file sig.c.
◆ sig_childdefault()
void sig_childdefault |
( |
void |
| ) |
|
Definition at line 92 of file sig.c.
◆ sig_childunblock()
void sig_childunblock |
( |
void |
| ) |
|
Definition at line 84 of file sig.c.
◆ sig_contblock()
void sig_contblock |
( |
void |
| ) |
|
◆ sig_contcatch()
void sig_contcatch |
( |
void(*)(int) |
| ) |
|
◆ sig_contdefault()
void sig_contdefault |
( |
void |
| ) |
|
◆ sig_contunblock()
void sig_contunblock |
( |
void |
| ) |
|
◆ sig_dfl()
◆ sig_hangupblock()
void sig_hangupblock |
( |
void |
| ) |
|
Definition at line 99 of file sig.c.
◆ sig_hangupcatch()
void sig_hangupcatch |
( |
void(*)(int) |
f | ) |
|
◆ sig_hangupdefault()
void sig_hangupdefault |
( |
void |
| ) |
|
◆ sig_hangupunblock()
void sig_hangupunblock |
( |
void |
| ) |
|
◆ sig_miscignore()
void sig_miscignore |
( |
void |
| ) |
|
◆ sig_pause()
Definition at line 62 of file sig.c.
◆ sig_pipedefault()
void sig_pipedefault |
( |
void |
| ) |
|
Definition at line 73 of file sig.c.
◆ sig_pipeignore()
void sig_pipeignore |
( |
void |
| ) |
|
Definition at line 69 of file sig.c.
◆ sig_termblock()
void sig_termblock |
( |
void |
| ) |
|
◆ sig_termcatch()
void sig_termcatch |
( |
void(*)(int) |
f | ) |
|
◆ sig_termdefault()
void sig_termdefault |
( |
void |
| ) |
|
◆ sig_termunblock()
void sig_termunblock |
( |
void |
| ) |
|
◆ sig_unblock()
void sig_unblock |
( |
int |
sig | ) |
|
Definition at line 38 of file sig.c.
◆ sig_alarm
Definition at line 28 of file sig.c.
◆ sig_child
Definition at line 97 of file sig.c.
◆ sig_cont
◆ sig_defaulthandler
void(* sig_defaulthandler) (int) |
( |
int |
| ) |
|
|
extern |
◆ sig_hangup
◆ sig_ignorehandler
void(* sig_ignorehandler) (int) |
( |
int |
| ) |
|
|
extern |
◆ sig_pipe
Definition at line 78 of file sig.c.
◆ sig_term