![]() |
The ROme OpTimistic Simulator
3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
Main stub for test. More...
Include dependency graph for test_main.c:Go to the source code of this file.
Data Structures | |
| struct | stub_arguments |
| The arguments passed to test threads. More... | |
Functions | |
| static thr_ret_t THREAD_CALL_CONV | test_run_stub (void *arg) |
| The entry point of the test threads. More... | |
| int | main (int argc, char **argv) |
| The main entry point of the custom compiler. More... | |
Main stub for test.
The main function stub for tests which do not declare a main() entry point
Definition in file test_main.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
The main entry point of the custom compiler.
| argc | The count of command line arguments, as per ISO C standard |
| argv | The list of command line arguments, as per ISO C standard |
Definition at line 36 of file test_main.c.
Here is the call graph for this function:
|
static |
The entry point of the test threads.
Definition at line 28 of file test_main.c.
Here is the caller graph for this function: