Searched refs:abort (Results 1 - 25 of 26) sorted by relevance

12

/gem5/ext/systemc/src/sysc/qt/time/
H A Dassim38 abort = abort_blocki - blocki;
40 printf ("swap %s | %f | %f | %f\n", m, abort, blocki, blockf);
/gem5/ext/systemc/src/sysc/qt/
H A Dqt.c53 extern void abort(void);
55 abort();
H A Dmeas.c11 abort(); \
319 iteration corresponds to 1 init, 1 abort, 1 block. */
/gem5/src/base/
H A Dfenv.c53 abort();
H A Dlogging.hh124 void exit_helper() M5_ATTR_NORETURN { exit(); ::abort(); }
130 virtual void exit() { /* Fall through to the abort in exit_helper. */ }
165 * might call abort which can dump core or enter the debugger.
/gem5/util/dist/test/
H A Dsimple_bootscript.rcS62 (($MY_RANK > 97)) && { echo "(E) Rank must be less than 98"; /sbin/m5 abort; }
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc86 abort();
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_cor.h104 // abort the current coroutine (and resume the next coroutine)
105 virtual void abort( sc_cor* next_cor ) = 0;
H A Dsc_cor_pthread.h112 // abort the current coroutine (and resume the next coroutine)
113 virtual void abort( sc_cor* next_cor );
H A Dsc_cor_fiber.h120 // abort the current coroutine (and resume the next coroutine)
121 virtual void abort( sc_cor* next_cor );
H A Dsc_cor_qt.h106 // abort the current coroutine (and resume the next coroutine)
107 virtual void abort( sc_cor* next_cor );
H A Dsc_cor_fiber.cpp160 // abort the current coroutine (and resume the next coroutine)
163 sc_cor_pkg_fiber::abort( sc_cor* next_cor ) function in class:sc_core::sc_cor_pkg_fiber
H A Dsc_cor_qt.cpp206 // abort the current coroutine (and resume the next coroutine)
216 sc_cor_pkg_qt::abort( sc_cor* next_cor ) function in class:sc_core::sc_cor_pkg_qt
H A Dsc_cor_pthread.cpp262 // abort the current coroutine (and resume the next coroutine)
265 sc_cor_pkg_pthread::abort( sc_cor* next_cor_p ) function in class:sc_core::sc_cor_pkg_pthread
H A Dsc_thread_process.cpp156 simc_p->cor_pkg()->abort( x );
/gem5/tests/test-progs/gpu-hello/bin/x86/linux/
H A Dgpu-hello-kernel.asm2 � hsa_data&gpu_hello_kernel_opt_bcamd:gcnIMAGE&abort&__OpenCL_read_kernel_kernel%__global_offset_0%__global_offset_1%__global_offset_2%__printf_buffer%__vqueue_pointer%__aqlwrap_pointer
/gem5/ext/nomali/lib/
H A Djobslot.cc170 abort();
/gem5/src/arch/mips/linux/
H A Dprocess.cc123 abort();
154 abort();
/gem5/src/dev/net/
H A Ddist_iface.hh193 void abort();
H A Ddist_iface.cc87 DistIface::Sync::abort() function in class:DistIface::Sync
694 sync->abort();
/gem5/src/arch/alpha/linux/
H A Dprocess.cc120 abort();
150 abort();
/gem5/ext/systemc/src/
H A Dsystemc.h153 using std::abort;
/gem5/src/systemc/tests/systemc/examples/aes/
H A Daes.cpp1031 else abort();
1037 else abort();
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.cpp144 abort();
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc575 // Tests that EXPECT_DEATH doesn't abort the test on failure.
583 // Tests that ASSERT_DEATH does abort the test on failure.
686 abort();
691 // Tests that EXPECT_DEBUG_DEATH in debug mode does not abort

Completed in 45 milliseconds

12