OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pnew_act
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/msan/
msan_interceptors.cc
1007
__sanitizer_sigaction *
pnew_act
= act ? &new_act : 0;
local
1009
internal_memcpy(
pnew_act
, act, sizeof(__sanitizer_sigaction));
1010
uptr cb = (uptr)
pnew_act
->sigaction;
1011
uptr new_cb = (
pnew_act
->sa_flags & __sanitizer::sa_siginfo)
[
all
...]
Completed in 37 milliseconds