Searched refs:sa_ill (Results 1 – 1 of 1) sorted by relevance
39 struct sigaction sa_ill, sa_segv; in safe_pthread_rwlock_unlock() local43 sa_ill.sa_handler = NULL; in safe_pthread_rwlock_unlock()44 sa_ill.sa_sigaction = sigill_handler; in safe_pthread_rwlock_unlock()45 sigemptyset( &sa_ill.sa_mask ); in safe_pthread_rwlock_unlock()46 sa_ill.sa_flags = SA_SIGINFO; in safe_pthread_rwlock_unlock()48 sigaction( SIGILL, &sa_ill, &oldsa_ill ); in safe_pthread_rwlock_unlock()