Home
last modified time | relevance | path

Searched refs:oldact (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/os/jni/
Dandroid_os_cts_TaggedPointer.cpp43 struct sigaction oldact; in android_os_cts_TaggedPointer_hasTaggedPointer() local
52 err = sigaction(SIGSEGV, &sigsegv_act, &oldact); in android_os_cts_TaggedPointer_hasTaggedPointer()
68 sigaction(SIGSEGV, &oldact, NULL); in android_os_cts_TaggedPointer_hasTaggedPointer()
Dandroid_os_cts_CpuInstructions.cpp39 struct sigaction oldact; in test_instruction() local
46 err = sigaction(SIGILL, &sigill_act, &oldact); in test_instruction()
60 sigaction(SIGILL, &oldact, NULL); in test_instruction()