Searched refs:main (Results 51 - 75 of 160) sorted by relevance

1234567

/gem5/ext/fputils/tests/
H A Dfp80_cvtd.c72 main(int argc, char *argv[]) function
H A Dfp80_cvtf.c66 main(int argc, char *argv[]) function
/gem5/ext/mcpat/cacti/
H A Dcacti.mk27 SRCS = area.cc bank.cc mat.cc main.cc Ucache.cc io.cc technology.cc basic_circuit.cc parameter.cc \
32 PYTHONLIB_SRCS = $(patsubst main.cc, ,$(SRCS)) obj_$(TAG)/cacti_wrap.cc
/gem5/ext/iostream3/
H A Dtest.cc11 int main() { function
/gem5/ext/nomali/tests/
H A Dnomali_test_reset.c37 main(int argc, char **argv) function
/gem5/tests/test-progs/mwait/
H A Dmwait.c31 // Program main
33 int main( int argc, char** argv) function
/gem5/src/unittest/
H A Dnmtest.cc43 main(int argc, char *argv[]) function
/gem5/src/systemc/tests/systemc/kernel/sc_main_main/
H A Dsc_main_main.cpp3 int main() function
/gem5/tests/test-progs/pthread/src/
H A Dtest_pthread_cond.cpp83 int main( int argc, char* argv[] ) function
H A Dtest_pthread_create_para.cpp67 int main( int argc, const char* argv[] ) function
H A Dtest_pthread_create_seq.cpp66 int main( int argc, const char* argv[] ) function
H A Dtest_std_condition_variable.cpp73 int main( int argc, char* argv[] ) function
H A Dtest_std_thread.cpp53 int main( int argc, char* argv[] ) function
/gem5/ext/googletest/googletest/test/
H A Dgtest_premature_exit_test.cc78 // - a death test doesn't interfere with the main test process's
86 // If the file exists, crash the process such that the main test
88 // otherwise don't crash, which will cause the main test process
110 int main(int argc, char **argv) { function
/gem5/src/base/
H A Dfiber.hh55 * main() function to do what you want your fiber to do. You can start it by
59 * If your main() function ends, that fiber will automatically switch to either
71 /// fiber's main function returns.
81 /// Returns whether the "main" function of this fiber has finished.
85 /// Returns whether the "main" function of this fiber has started.
99 /// give your fiber something to do. When main returns, the fiber will
101 virtual void main() = 0;
/gem5/src/dev/arm/
H A Dsmmu_v3_cmdexec.cc46 SMMUCommandExecProcess::main(Yield &yield) function in class:SMMUCommandExecProcess
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/sc_spawn_options/test01/
H A Dtest01.cpp72 SC_THREAD(main);
75 void main() function in class:top
/gem5/src/systemc/tests/systemc/kernel/dynamic_processes/test04/
H A Dtest04.cpp58 SC_THREAD(main);
61 void main() function in class:module1
69 << ": main thread, Before spawning round robin methods "
93 << ": main thread, Issuing wait(60, SC_NS)" << endl;
99 << ": Done main thread." << endl;
/gem5/util/tlm/
H A DSConstruct78 main = env
85 exports='main')
/gem5/ext/googletest/googletest/scripts/
H A Drelease_docs.py148 def main(): function
158 main()
/gem5/util/
H A Ddecode_inst_dep_trace.py112 def main(): function
217 main()
/gem5/util/plot_dram/
H A Ddram_lat_mem_rd_plot.py54 def main(): function
151 main()
H A Dlowp_dram_sweep_plot.py65 def main(): function
149 # Call main
151 main(
/gem5/src/mem/slicc/
H A Dmain.py46 script can also generate the html SLICC output. See src/mem/slicc/main.py for
58 def main(args=None): function
117 main()
/gem5/configs/example/
H A Dhmctest.py97 def main(): function
99 main memory")
117 main()

Completed in 20 milliseconds

1234567