Searched defs:new_act (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/coregrind/
H A Dm_signals.c1089 const vki_sigaction_toK_t* new_act,
1095 signo, (UWord)new_act, (UWord)old_act,
1096 (ULong)(new_act ? new_act->sa_flags : 0));
1107 && new_act
1108 && !(new_act->ksa_handler == VKI_SIG_DFL
1109 || new_act->ksa_handler == VKI_SIG_IGN) )
1114 && new_act
1115 && new_act->ksa_handler != VKI_SIG_DFL)
1129 /* And now copy new SCSS entry from new_act
1088 do_sys_sigaction( Int signo, const vki_sigaction_toK_t* new_act, vki_sigaction_fromK_t* old_act ) argument
[all...]
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1006 __sanitizer_sigaction new_act; local
1007 __sanitizer_sigaction *pnew_act = act ? &new_act : 0;

Completed in 1116 milliseconds