Searched refs:interrupt_handler (Results 1 – 9 of 9) sorted by relevance
/external/oss-fuzz/projects/quickjs/ |
D | fuzz_eval.c | 27 static int interrupt_handler(JSRuntime *rt, void *opaque) in interrupt_handler() function 52 JS_SetInterruptHandler(JS_GetRuntime(ctx), interrupt_handler, NULL); in LLVMFuzzerTestOneInput()
|
D | fuzz_compile.c | 28 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/ |
D | interrupts.ll | 3 define avr_intrcc void @interrupt_handler() { 4 ; CHECK-LABEL: interrupt_handler:
|
D | return.ll | 126 define avr_intrcc void @interrupt_handler() { 127 ; CHECK-LABEL: interrupt_handler:
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/stm32f4/ |
D | stm32f4.lds | 44 KEEP(*(.text.interrupt_handler))
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/bluepill/ |
D | bluepill.lds | 59 KEEP(*(.text.interrupt_handler))
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 1816 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/ |
D | shell.c | 10349 static void interrupt_handler(int NotUsed){ in interrupt_handler() function 10364 interrupt_handler(0); in ConsoleCtrlHandler() 19118 signal(SIGINT, interrupt_handler);
|
/external/sqlite/dist/ |
D | shell.c | 10354 static void interrupt_handler(int NotUsed){ in interrupt_handler() function 10369 interrupt_handler(0); in ConsoleCtrlHandler() 19139 signal(SIGINT, interrupt_handler);
|