Searched refs:main (Results 76 - 100 of 160) sorted by relevance

1234567

/gem5/ext/pybind11/tests/
H A Dtest_local_bindings.cpp31 // The main pybind11 test module is loaded first, so this registration will succeed (the second
44 auto main = py::module::import("pybind11_tests");
45 if (py::hasattr(main, "class_")) {
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test01/
H A Dtest01.cpp75 SC_THREAD(main);
78 void main() function in class:top
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test02/
H A Dtest02.cpp81 SC_THREAD(main);
91 void main() function in class:module1
99 << ": main thread, Before spawning round robin methods "
122 << ": main thread, Issuing wait(60, SC_NS)" << endl;
128 << ": Done main thread." << endl;
/gem5/configs/example/arm/
H A Ddist_bigLITTLE.py123 def main(): function
143 main()
H A Dstarter_fs.py198 def main(): function
244 main()
H A Dstarter_se.py185 def main(): function
236 main()
/gem5/util/
H A Dencode_inst_dep_trace.py114 def main(): function
206 main()
H A Don-chip-network-power-area.py198 def main(): function
217 main()
/gem5/src/base/
H A Dfiber.cc67 void main() { panic("PrimaryFiber main executed.\n"); } function in class:__anon17::PrimaryFiber
139 // The new context is now ready and about to call main().
155 // Call main() when we're been reactivated for the first time.
156 main();
158 // main has returned, so this Fiber has finished. Switch to the "link"
/gem5/ext/mcpat/
H A Dmain.cc47 int main(int argc, char *argv[]) { function
/gem5/tests/test-progs/pthread/src/
H A Dtest_atomic.cpp72 int main( int argc, const char* argv[] ) function
H A Dtest_pthread_mutex.cpp80 int main( int argc, const char* argv[] ) function
/gem5/tests/test-progs/stack-print/src/
H A Dstack-print.c39 int main(int argc, char **argv, char **envp) function
/gem5/ext/googletest/googletest/samples/
H A Dsample10_unittest.cc112 int main(int argc, char **argv) { function
/gem5/ext/googletest/googletest/test/
H A Dgtest_env_var_test_.cc48 // that the UnitTest singleton is created before main() is entered.
116 int main(int argc, char** argv) { function
H A Dgtest_filter_unittest_.cc136 int main(int argc, char **argv) { function
H A Dgtest_list_tests_unittest_.cc153 int main(int argc, char **argv) { function
H A Dgtest_shuffle_test_.cc93 int main(int argc, char **argv) { function
H A Dgtest_stress_test.cc210 // We need to add a failure, because main() checks that there are failures.
229 // We need to add a failure, because main() checks that there are failures,
237 int main(int argc, char **argv) { function
252 int main(int argc, char **argv) { function
/gem5/src/systemc/core/
H A Dprocess_types.hh90 main() override
/gem5/src/dev/arm/
H A Dsmmu_v3_proc.hh112 virtual void main(Yield &yield) = 0;
/gem5/ext/googletest/googlemock/scripts/
H A Dfuse_gmock_files.py226 def main(): function
240 main()
/gem5/ext/googletest/googletest/scripts/
H A Dfuse_gtest_files.py239 def main(): function
253 main()
/gem5/util/plot_dram/
H A Ddram_sweep_plot.py56 def main(): function
193 main()
/gem5/ext/fputils/tests/
H A Dfp80_cvfd.c104 main(int argc, char *argv[]) function

Completed in 25 milliseconds

1234567