Home
last modified time | relevance | path

Searched refs:abort (Results 451 - 475 of 1371) sorted by relevance

1...<<11121314151617181920>>...55

/third_party/libuv/src/unix/
H A Dbsd-proctitle.c36 abort(); in init_process_title_mutex_once()
H A Dfsevents.c633 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 Dapple_glx.c52 abort(); in apple_get_dri_event_base()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_validate.cpp38 abort(); \
/third_party/node/benchmark/
H A Dscatter.js19 cli.abort(cli.usage);
/third_party/libfuse/lib/
H A Dfuse_signals.c28 abort(); in exit_handler()
/third_party/ltp/testcases/kernel/syscalls/abort/
H A Dabort01.c13 * 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 Dt0.c53 abort(); /* Something's really screwed up if we get here. */ in sighandler()
/third_party/musl/libc-test/src/functional/
H A Dstring_memcpy.c24 abort(); in test_align()
/third_party/node/deps/uv/src/unix/
H A Dbsd-proctitle.c36 abort(); in init_process_title_mutex_once()
H A Dfsevents.c644 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 DMachinePostDominators.cpp72 abort(); in verifyAnalysis()
/third_party/skia/src/core/
H A DSkDocument.cpp71 void SkDocument::abort() { in abort() function in SkDocument
/third_party/protobuf/php/ext/google/protobuf/
H A Dprotobuf.h108 abort(); \
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
H A Dmacros.h104 // 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 Dmigrate.c1718 * 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 Duprobes.c509 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 Dsch5627.c108 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 Dnfnetlink.c358 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 Dcodec_h264.c436 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 Dcodec_h264.c436 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 Duprobes.c509 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 Dnfnetlink.c409 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 Dundici.js832 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 Dtest-readline-interface.js931 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...]

Completed in 24 milliseconds

1...<<11121314151617181920>>...55