Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/quickjs/
Dfuzz_eval.c27 static int interrupt_handler(JSRuntime *rt, void *opaque) in interrupt_handler() function
52 JS_SetInterruptHandler(JS_GetRuntime(ctx), interrupt_handler, NULL); in LLVMFuzzerTestOneInput()
Dfuzz_compile.c28 static int interrupt_handler(JSRuntime *rt, void *opaque) in interrupt_handler() function
53 JS_SetInterruptHandler(JS_GetRuntime(ctx), interrupt_handler, NULL); in LLVMFuzzerTestOneInput()
/external/llvm-project/llvm/test/CodeGen/AVR/
Dinterrupts.ll3 define avr_intrcc void @interrupt_handler() {
4 ; CHECK-LABEL: interrupt_handler:
Dreturn.ll126 define avr_intrcc void @interrupt_handler() {
127 ; CHECK-LABEL: interrupt_handler:
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/stm32f4/
Dstm32f4.lds44 KEEP(*(.text.interrupt_handler))
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/bluepill/
Dbluepill.lds59 KEEP(*(.text.interrupt_handler))
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1816 static void interrupt_handler(int sig) in interrupt_handler() function
2250 install_handler(SIGINT, interrupt_handler); in do_scsi_device_read_write()
2251 install_handler(SIGQUIT, interrupt_handler); in do_scsi_device_read_write()
2252 install_handler(SIGPIPE, interrupt_handler); in do_scsi_device_read_write()
6311 install_handler(SIGINT, interrupt_handler); in do_scsi_sgm_read_write()
6312 install_handler(SIGQUIT, interrupt_handler); in do_scsi_sgm_read_write()
6313 install_handler(SIGPIPE, interrupt_handler); in do_scsi_sgm_read_write()
/external/sqlite/dist/orig/
Dshell.c10349 static void interrupt_handler(int NotUsed){ in interrupt_handler() function
10364 interrupt_handler(0); in ConsoleCtrlHandler()
19118 signal(SIGINT, interrupt_handler);
/external/sqlite/dist/
Dshell.c10354 static void interrupt_handler(int NotUsed){ in interrupt_handler() function
10369 interrupt_handler(0); in ConsoleCtrlHandler()
19139 signal(SIGINT, interrupt_handler);