Searched refs:handler_fn (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_signals.c1934 void *handler_fn; local
1956 handler_fn = handler->scss_handler;
1957 if (handler_fn == VKI_SIG_IGN)
1958 handler_fn = VKI_SIG_DFL;
1960 vg_assert(handler_fn != VKI_SIG_IGN);
1962 if (handler_fn == VKI_SIG_DFL) {

Completed in 96 milliseconds