Go to the source code of this file.
◆ sig_ignore
Value:
void sig_catch(int, void(*)(int))
void(* sig_ignorehandler)(int)
Definition at line 22 of file sig.h.
◆ sig_uncatch
Value:
void(* sig_defaulthandler)(int)
Definition at line 23 of file sig.h.
◆ sig_alarmblock()
| void sig_alarmblock |
( |
void | | ) |
|
|
extern |
Definition at line 11 of file sig.c.
◆ sig_alarmcatch()
| void sig_alarmcatch |
( |
void(* | f )(int) | ) |
|
|
extern |
Definition at line 19 of file sig.c.
◆ sig_alarmdefault()
| void sig_alarmdefault |
( |
void | | ) |
|
|
extern |
Definition at line 23 of file sig.c.
◆ sig_alarmunblock()
| void sig_alarmunblock |
( |
void | | ) |
|
|
extern |
Definition at line 15 of file sig.c.
◆ sig_block()
| void sig_block |
( |
int | sig | ) |
|
|
extern |
Definition at line 30 of file sig.c.
◆ sig_blocknone()
| void sig_blocknone |
( |
void | | ) |
|
|
extern |
Definition at line 46 of file sig.c.
◆ sig_bugcatch()
| void sig_bugcatch |
( |
void(* | f )(int) | ) |
|
|
extern |
◆ sig_catch()
| void sig_catch |
( |
int | sig, |
|
|
void(* | f )(int) ) |
|
extern |
Definition at line 53 of file sig.c.
◆ sig_childblock()
| void sig_childblock |
( |
void | | ) |
|
|
extern |
Definition at line 80 of file sig.c.
◆ sig_childcatch()
| void sig_childcatch |
( |
void(* | f )(int) | ) |
|
|
extern |
Definition at line 88 of file sig.c.
◆ sig_childdefault()
| void sig_childdefault |
( |
void | | ) |
|
|
extern |
Definition at line 92 of file sig.c.
◆ sig_childunblock()
| void sig_childunblock |
( |
void | | ) |
|
|
extern |
Definition at line 84 of file sig.c.
◆ sig_contblock()
| void sig_contblock |
( |
void | | ) |
|
|
extern |
◆ sig_contcatch()
| void sig_contcatch |
( |
void(* | )(int) | ) |
|
|
extern |
◆ sig_contdefault()
| void sig_contdefault |
( |
void | | ) |
|
|
extern |
◆ sig_contunblock()
| void sig_contunblock |
( |
void | | ) |
|
|
extern |
◆ sig_dfl()
◆ sig_hangupblock()
| void sig_hangupblock |
( |
void | | ) |
|
|
extern |
Definition at line 99 of file sig.c.
◆ sig_hangupcatch()
| void sig_hangupcatch |
( |
void(* | f )(int) | ) |
|
|
extern |
◆ sig_hangupdefault()
| void sig_hangupdefault |
( |
void | | ) |
|
|
extern |
◆ sig_hangupunblock()
| void sig_hangupunblock |
( |
void | | ) |
|
|
extern |
◆ sig_miscignore()
| void sig_miscignore |
( |
void | | ) |
|
|
extern |
◆ sig_pause()
Definition at line 62 of file sig.c.
◆ sig_pipedefault()
| void sig_pipedefault |
( |
void | | ) |
|
|
extern |
Definition at line 73 of file sig.c.
◆ sig_pipeignore()
| void sig_pipeignore |
( |
void | | ) |
|
|
extern |
Definition at line 69 of file sig.c.
◆ sig_termblock()
| void sig_termblock |
( |
void | | ) |
|
|
extern |
◆ sig_termcatch()
| void sig_termcatch |
( |
void(* | f )(int) | ) |
|
|
extern |
◆ sig_termdefault()
| void sig_termdefault |
( |
void | | ) |
|
|
extern |
◆ sig_termunblock()
| void sig_termunblock |
( |
void | | ) |
|
|
extern |
◆ sig_unblock()
| void sig_unblock |
( |
int | sig | ) |
|
|
extern |
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