Lines Matching refs:int

1 macro-constant SIG_DFL {void(*)(int)}
2 macro-constant SIG_ERR {void(*)(int)}
4 macro-constant SIG_HOLD {void(*)(int)}
6 macro-constant SIG_IGN {void(*)(int)}
40 element {union sigval} int sival_int
46 element {struct sigevent} int sigev_notify
47 element {struct sigevent} int sigev_signo
62 macro-int-constant SIGABRT {int} > 0
63 macro-int-constant SIGFPE {int} > 0
64 macro-int-constant SIGILL {int} > 0
65 macro-int-constant SIGINT {int} > 0
66 macro-int-constant SIGSEGV {int} > 0
67 macro-int-constant SIGTERM {int} > 0
69 function void (*signal (int, void(*)(int)))(int)
70 function int raise (int)
73 macro-int-constant SIGALRM {int} > 0
74 macro-int-constant SIGHUP {int} > 0
75 macro-int-constant SIGKILL {int} > 0
76 macro-int-constant SIGPIPE {int} > 0
77 macro-int-constant SIGQUIT {int} > 0
78 macro-int-constant SIGUSR1 {int} > 0
79 macro-int-constant SIGUSR2 {int} > 0
80 macro-int-constant SIGCHLD {int} > 0
81 macro-int-constant SIGCONT {int} > 0
82 macro-int-constant SIGSTOP {int} > 0
83 macro-int-constant SIGTSTP {int} > 0
84 macro-int-constant SIGTTIN {int} > 0
85 macro-int-constant SIGTTOU {int} > 0
87 macro-int-constant SIGBUS {int} > 0
90 macro-int-constant SIGPOLL {int} > 0
91 macro-int-constant SIGPROF {int} > 0
92 macro-int-constant SIGSYS {int} > 0
95 macro-int-constant SIGTRAP {int} > 0
98 macro-int-constant SIGURG {int} > 0
99 macro-int-constant SIGVTALRM {int} > 0
100 macro-int-constant SIGXCPU {int} > 0
101 macro-int-constant SIGXFSZ {int} > 0
106 element {struct sigaction} {void(*} sa_handler )(int)
108 element {struct sigaction} int sa_flags
110 element {struct sigaction} {void(*} sa_sigaction )(int, siginfo_t*, void*)
151 element stack_t int ss_flags
156 element {struct sigstack} int ss_onstack
164 element siginfo_t int si_signo
166 element siginfo_t int si_errno
168 element siginfo_t int si_code
173 element siginfo_t int si_status
174 // Bug 23821: si_band has type int on sparc64.
230 function void (*bsd_signal (int, void(*)(int)))(int)
232 function int kill (pid_t, int)
234 function int killpg (pid_t, int)
237 function int pthread_kill (pthread_t, int)
238 function int pthread_sigmask (int, const sigset_t*, sigset_t*)
240 function int sigaction (int, const struct sigaction*, struct sigaction*)
241 function int sigaddset (sigset_t*, int)
243 function int sigaltstack (const stack_t*, stack_t*)
245 function int sigdelset (sigset_t*, int)
246 function int sigemptyset (sigset_t*)
247 function int sigfillset (sigset_t*)
249 function int sighold (int)
250 function int sigignore (int)
251 function int siginterrupt (int, int)
253 function int sigismember (const sigset_t*, int)
255 function int sigpause (int)
257 function int sigpending (sigset_t*)
258 function int sigprocmask (int, const sigset_t*, sigset_t*)
260 function int sigqueue (pid_t, int, const union sigval)
263 function int sigrelse (int)
264 function void (*sigset (int, void(*)(int)))(int)
267 function int sigstack (struct sigstack*, struct sigstack*)
269 function int sigsuspend (const sigset_t*)
271 function int sigtimedwait (const sigset_t*, siginfo_t*, const struct timespec*)
274 function int sigwait (const sigset_t*, int*)
275 function int sigwaitinfo (const sigset_t*, siginfo_t*)
279 function void psignal (int, const char*)