Home
last modified time | relevance | path

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

/ndk/tests/device/test-cpufeatures/jni/
Dtest_arm_idiv.c46 struct sigaction old_handler, new_handler; in check_idiv() local
49 sigaction(SIGILL, &new_handler, &old_handler); in check_idiv()
57 sigaction(SIGILL, &old_handler, NULL); in check_idiv()