OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_act
(Results
1 - 4
of
4
) sorted by null
/external/qemu/target-i386/
kvm-gs-restore.c
104
struct sigaction act,
old_act
;
local
106
sigret = sigaction(i, NULL, &
old_act
);
110
if ( !(
old_act
.sa_flags & SA_SIGINFO) &&
111
((
old_act
.sa_handler == SIG_IGN ) ||
112
(
old_act
.sa_handler == SIG_DFL)))
115
memcpy(&act, &
old_act
, sizeof(struct sigaction));
117
if (
old_act
.sa_flags & SA_SIGINFO)
119
o_sigact[i].old_sigaction =
old_act
.sa_sigaction;
125
o_sigact[i].old_handler =
old_act
.sa_handler;
/external/chromium_org/sandbox/linux/tests/
unit_tests.cc
89
struct sigaction
old_act
;
local
90
SANDBOX_ASSERT(sigaction(SIGALRM, &act, &
old_act
) == 0);
94
SANDBOX_ASSERT((
old_act
.sa_flags & SA_SIGINFO) == 0);
95
SANDBOX_ASSERT(
old_act
.sa_handler == SIG_DFL);
/external/valgrind/main/coregrind/
pub_core_signals.h
62
vki_sigaction_fromK_t*
old_act
);
m_signals.c
[
all
...]
Completed in 504 milliseconds