Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance
43 struct sigaction oldact; in android_os_cts_TaggedPointer_hasTaggedPointer() local52 err = sigaction(SIGSEGV, &sigsegv_act, &oldact); in android_os_cts_TaggedPointer_hasTaggedPointer()68 sigaction(SIGSEGV, &oldact, NULL); in android_os_cts_TaggedPointer_hasTaggedPointer()
39 struct sigaction oldact; in test_instruction() local46 err = sigaction(SIGILL, &sigill_act, &oldact); in test_instruction()60 sigaction(SIGILL, &oldact, NULL); in test_instruction()