Searched refs:exit (Results 151 - 175 of 184) sorted by relevance

12345678

/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py220 sys.exit(1)
/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py722 sys.exit(1)
/gem5/src/arch/hsail/
H A Dgen.py44 sys.exit(0)
/gem5/util/
H A Dfind_copyrights.py207 sys.exit(exitcode)
/gem5/src/cpu/
H A Dthread_context.hh111 /// Trying to exit and waiting for an event to completely exit.
112 /// Entered when target executes an exit syscall.
308 // 1 if the CPU has no more active threads (meaning it's OK to exit);
309 // Used in syscall-emulation mode when a thread calls the exit syscall.
310 virtual int exit() { return 1; }; function in class:ThreadContext
H A DBaseCPU.py111 sys.exit(1)
/gem5/ext/pybind11/tests/
H A Dconftest.py241 sys.exit(1)
/gem5/ext/mcpat/cacti/
H A Dnuca.cc61 exit(0);
198 exit(0);
H A Dbasic_circuit.cc48 exit(1);
H A Dparameter.cc275 // exit(0);
419 exit(0);
/gem5/ext/mcpat/
H A Darray.cc78 exit(1);
H A Dcachearray.cc80 exit(1);
H A Dlogic.cc560 exit(0);
612 exit(0);
706 exit(1);
747 exit(0);
/gem5/util/stats/
H A Dbarchart.py303 sys.exit("invalid number of arguments")
/gem5/src/arch/
H A Dmicro_asm.py169 # Error handler. Just call exit. Output formatted to work under
181 sys.exit("%s %s" % (line_str, string))
256 # Braces enter and exit micro assembly
/gem5/configs/splash2/
H A Dcluster.py77 sys.exit(1)
/gem5/configs/example/arm/
H A Dfs_bigLITTLE.py335 sys.exit(event.getCode())
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc233 activeGenerator->exit();
/gem5/ext/systemc/src/
H A Dsystemc.h155 using std::exit;
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc296 "if exceptions are enabled or exit the program with a non-zero code "
3427 exit(EXIT_FAILURE);
3456 exit(EXIT_FAILURE);
3857 // A helper class that creates the premature-exit file in its
3863 // If a path to the premature-exit file is specified...
3974 // UnitTest object upon exiting the program messes up the exit code,
4164 exit(1);
4203 // create/delete the premature exit file, as doing so is unnecessary
4207 // premature-exit file will be left undeleted, causing a test runner
4208 // that understands the premature-exit
[all...]
/gem5/util/minorview/
H A Dmodel.py758 exit(1)
1062 exit(1)
/gem5/src/cpu/trace/
H A Dtrace_cpu.cc144 // If the Trace CPU simulation is configured to exit on any one trace
174 // is already set then both traces are complete to exit sim.
204 // If the replay is configured to exit early, that is when any one
205 // execution is complete then exit immediately and return. Otherwise,
206 // schedule the counted exit that counts down completion of each Trace
342 TraceCPU::ElasticDataGen::exit() function in class:TraceCPU::ElasticDataGen
490 // If the retryPkt or a new load/store node failed, we exit from here
1112 TraceCPU::FixedRetryGen::exit() function in class:TraceCPU::FixedRetryGen
/gem5/src/arch/x86/regs/
H A Dmisc.hh850 Bitfield<3> exit; member in namespace:X86ISA
/gem5/configs/example/
H A Dapu_se.py582 sys.exit(exit_event.getCode())
/gem5/src/python/m5/util/
H A Djobfile.py435 sys.exit(usage)

Completed in 81 milliseconds

12345678