OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sig_caught
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/mem/mtest06/
mmap3.c
49
static volatile int
sig_caught
;
variable
96
if (
sig_caught
)
121
sig_caught
= signal;
131
while (!
sig_caught
) {
142
if (
sig_caught
== SIGALRM) {
146
tst_strsig(
sig_caught
));
190
sig_caught
= 1;
/external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c
56
static volatile int
sig_caught
;
variable
83
sig_caught
= sig;
100
sig_caught
= 0;
114
switch (
sig_caught
) {
124
sig_caught
);
262
sig_caught
= 0;
293
switch (
sig_caught
) {
303
sig_caught
);
/external/ltp/testcases/kernel/syscalls/sigrelse/
sigrelse01.c
72
* else if exit is
SIG_CAUGHT
then BROK (signal caught
81
* set up to catch all catchable signals (exit
SIG_CAUGHT
156
#define
SIG_CAUGHT
8
169
static int
sig_caught
; /* flag TRUE if signal caught */
variable
187
/* gcc -Wall complains about
sig_caught
not being ref'd because of the
189
sig_caught
= FALSE;
354
case
SIG_CAUGHT
:
424
* value of
SIG_CAUGHT
.
477
sig_caught
= FALSE; /* handler sets it to TRUE when caught */
556
* The parent detects this situation by a child exit value of
SIG_CAUGHT
[
all
...]
Completed in 156 milliseconds