Home
last modified time | relevance | path

Searched refs:sigill_handler (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/helgrind/tests/
Dsafe-pthread.h15 static void sigill_handler( int signum, siginfo_t *siginfo, void *sigcontext ) { in sigill_handler() function
44 sa_ill.sa_sigaction = sigill_handler; in safe_pthread_rwlock_unlock()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c93 sigill_handler(int sig) in sigill_handler() function
125 signal(SIGILL, sigill_handler); in check_os_altivec_support()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb.c412 static void sigill_handler(int signal) in sigill_handler() function
419 .sa_handler = sigill_handler,