Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/
Dandroid_os_cts_CpuInstructions.cpp38 struct sigaction sigill_act; in test_instruction() local
43 memset(&sigill_act, 0, sizeof(sigill_act)); in test_instruction()
44 sigill_act.sa_handler = sigill_handler; in test_instruction()
46 err = sigaction(SIGILL, &sigill_act, &oldact); in test_instruction()