/third_party/libuv/src/unix/ |
H A D | bsd-proctitle.c | 36 abort(); in init_process_title_mutex_once()
|
H A D | fsevents.c | 633 abort(); in uv__fsevents_loop_init() 636 abort(); in uv__fsevents_loop_init() 644 abort(); in uv__fsevents_loop_init() 684 abort(); in uv__fsevents_loop_delete()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | apple_glx.c | 52 abort(); in apple_get_dri_event_base()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_validate.cpp | 38 abort(); \
|
/third_party/node/benchmark/ |
H A D | scatter.js | 19 cli.abort(cli.usage);
|
/third_party/libfuse/lib/ |
H A D | fuse_signals.c | 28 abort(); in exit_handler()
|
/third_party/ltp/testcases/kernel/syscalls/abort/ |
H A D | abort01.c | 13 * Checks that process which called abort() gets killed by SIGIOT and dumps core. 17 * - Child calls abort. 34 abort(); in do_child() 60 tst_res(TFAIL, "abort() failed to dump core"); in verify_abort() 62 tst_res(TPASS, "abort() dumped core"); in verify_abort() 65 tst_res(TPASS, "abort() raised SIGIOT"); in verify_abort() 67 tst_res(TFAIL, "abort() raised %s", tst_strsig(sig)); in verify_abort()
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
H A D | t0.c | 53 abort(); /* Something's really screwed up if we get here. */ in sighandler()
|
/third_party/musl/libc-test/src/functional/ |
H A D | string_memcpy.c | 24 abort(); in test_align()
|
/third_party/node/deps/uv/src/unix/ |
H A D | bsd-proctitle.c | 36 abort(); in init_process_title_mutex_once()
|
H A D | fsevents.c | 644 abort(); in uv__fsevents_loop_init() 647 abort(); in uv__fsevents_loop_init() 655 abort(); in uv__fsevents_loop_init() 695 abort(); in uv__fsevents_loop_delete()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePostDominators.cpp | 72 abort(); in verifyAnalysis()
|
/third_party/skia/src/core/ |
H A D | SkDocument.cpp | 71 void SkDocument::abort() { in abort() function in SkDocument
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | protobuf.h | 108 abort(); \
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | macros.h | 104 // implementation should abort the program as quickly as possible and ideally it 105 // should not be possible to ignore the abort request. 115 #define ABSL_INTERNAL_HARDENING_ABORT() abort()
|
/kernel/linux/linux-5.10/mm/ |
H A D | migrate.c | 1718 * abort and return the number of non-migrated in move_pages_and_store_status() 2888 goto abort; in migrate_vma_insert_page() 2893 goto abort; in migrate_vma_insert_page() 2896 goto abort; in migrate_vma_insert_page() 2899 goto abort; in migrate_vma_insert_page() 2902 goto abort; in migrate_vma_insert_page() 2915 goto abort; in migrate_vma_insert_page() 2919 goto abort; in migrate_vma_insert_page() 2922 goto abort; in migrate_vma_insert_page() 2924 goto abort; in migrate_vma_insert_page() [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | uprobes.c | 509 void (*abort)(struct arch_uprobe *, struct pt_regs *); member 582 .abort = default_abort_op, 1038 if (auprobe->ops->abort) in arch_uprobe_abort_xol() 1039 auprobe->ops->abort(auprobe, regs); in arch_uprobe_abort_xol()
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sch5627.c | 108 goto abort; in sch5627_update_device() 118 goto abort; in sch5627_update_device() 130 goto abort; in sch5627_update_device() 138 abort: in sch5627_update_device()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nfnetlink.c | 358 if (!ss->valid_genid || !ss->commit || !ss->abort) { in nfnetlink_rcv_batch() 462 * have to abort and start from scratch using the in nfnetlink_rcv_batch() 503 ss->abort(net, oskb, NFNL_ABORT_AUTOLOAD); in nfnetlink_rcv_batch() 514 ss->abort(net, oskb, NFNL_ABORT_NONE); in nfnetlink_rcv_batch() 525 err = ss->abort(net, oskb, abort_action); in nfnetlink_rcv_batch()
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | codec_h264.c | 436 goto abort; in codec_h264_threaded_isr() 440 goto abort; in codec_h264_threaded_isr() 444 goto abort; in codec_h264_threaded_isr() 461 abort: in codec_h264_threaded_isr()
|
/kernel/linux/linux-6.6/drivers/staging/media/meson/vdec/ |
H A D | codec_h264.c | 436 goto abort; in codec_h264_threaded_isr() 440 goto abort; in codec_h264_threaded_isr() 444 goto abort; in codec_h264_threaded_isr() 461 abort: in codec_h264_threaded_isr()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | uprobes.c | 509 void (*abort)(struct arch_uprobe *, struct pt_regs *); member 582 .abort = default_abort_op, 1040 if (auprobe->ops->abort) in arch_uprobe_abort_xol() 1041 auprobe->ops->abort(auprobe, regs); in arch_uprobe_abort_xol()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nfnetlink.c | 409 if (!ss->valid_genid || !ss->commit || !ss->abort) { in nfnetlink_rcv_batch() 522 * have to abort and start from scratch using the in nfnetlink_rcv_batch() 563 ss->abort(net, oskb, NFNL_ABORT_AUTOLOAD); in nfnetlink_rcv_batch() 574 ss->abort(net, oskb, NFNL_ABORT_NONE); in nfnetlink_rcv_batch() 585 err = ss->abort(net, oskb, abort_action); in nfnetlink_rcv_batch()
|
/third_party/node/deps/undici/ |
H A D | undici.js | 832 signal.addEventListener("abort", listener, { once: true }); 833 return () => signal.removeEventListener("abort", listener); 835 signal.addListener("abort", listener); 836 return () => signal.removeListener("abort", listener); 6077 var requestFinalizer = new FinalizationRegistry(({ signal, abort }) => { 6078 signal.removeEventListener("abort", abort); 6272 ac.abort(signal.reason); 6276 const abort = /* @__PURE__ */ __name(function() { 6279 ac2.abort(thi [all...] |
/third_party/node/test/parallel/ |
H A D | test-readline-interface.js | 931 assert.strictEqual(event, 'abort'); 938 ac.abort(); 1040 // Calling the question callback with abort signal 1074 // Calling the promisified question with abort signal 1096 ac.abort(); 1115 ac.abort(); 1122 const signal = AbortSignal.abort(); 1132 const signal = AbortSignal.abort(); 1346 const signal = AbortSignal.abort(); 1354 assert.strictEqual(getEventListeners(signal, 'abort') [all...] |