Searched refs:sigill_handler (Results 1 – 3 of 3) sorted by relevance
15 static void sigill_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in sigill_handler() function44 sa_ill.sa_sigaction = sigill_handler; in safe_pthread_rwlock_unlock()
78 static void sigill_handler(int signal) { in sigill_handler() function100 sigill_action.sa_handler = sigill_handler; in probe_for_NEON()
93 sigill_handler(int sig) in sigill_handler() function125 signal(SIGILL, sigill_handler); in check_os_altivec_support()