OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldaction
(Results
1 - 3
of
3
) sorted by null
/art/test/004-SignalTest/
signaltest.cc
76
static struct sigaction
oldaction
;
variable in typeref:struct:sigaction
87
sigaction(SIGSEGV, &action, &
oldaction
);
91
sigaction(SIGSEGV, &
oldaction
, nullptr);
/build/tools/makeparallel/
makeparallel.cpp
194
struct sigaction
oldaction
= {};
local
195
int ret = sigaction(SIGALRM, &action, &
oldaction
);
220
ret = sigaction(SIGALRM, &
oldaction
, NULL);
/external/valgrind/coregrind/
vgdb.c
713
struct sigaction action,
oldaction
;
local
722
if (sigaction (SIGINT, &action, &
oldaction
) != 0)
731
if (sigaction (SIGUSR1, &action, &
oldaction
) != 0)
738
if (sigaction (SIGTERM, &action, &
oldaction
) != 0)
744
if (sigaction (SIGPIPE, &action, &
oldaction
) != 0)
749
if (sigaction (SIGALRM, &action, &
oldaction
) != 0)
[
all
...]
Completed in 202 milliseconds