Searched defs:exit_signal (Results 1 - 5 of 5) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
H A D | cn_proc.h | 123 __u32 exit_code, exit_signal; member in struct:proc_event::__anon7957::exit_proc_event
|
/external/curl/tests/server/ |
H A D | rtspd.c | 241 static volatile int exit_signal = 0; variable 246 store in exit_signal the signal that triggered its execution. */ 253 exit_signal = signum; 1465 ipv_inuse, (int)port, pid, exit_signal); 1471 raise(exit_signal);
|
H A D | sockfilt.c | 70 * 'exit_signal' the signal that triggered this change. 187 static volatile int exit_signal = 0; variable 192 store in exit_signal the signal that triggered its execution. */ 199 exit_signal = signum; 1552 logmsg("============> sockfilt exits with signal (%d)", exit_signal); 1558 raise(exit_signal);
|
H A D | tftpd.c | 259 static volatile int exit_signal = 0; variable 353 store in exit_signal the signal that triggered its execution. */ 360 exit_signal = signum; 931 ipv_inuse, (int)port, pid, exit_signal); 937 raise(exit_signal);
|
H A D | sws.c | 246 static volatile int exit_signal = 0; variable 251 store in exit_signal the signal that triggered its execution. */ 258 exit_signal = signum; 2371 socket_type, location_str, pid, exit_signal); 2377 raise(exit_signal);
|
Completed in 131 milliseconds