![]() |
The ROme OpTimistic Simulator
2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
|
This structure is used to call the thread creation helper function. More...
#include <thread.h>
Data Fields | |
void *(* | start_routine )(void *) |
A pointer to the entry point of the next-to-be thread. | |
void * | arg |
Arguments to be passed to start_routine. | |
This structure is used to call the thread creation helper function.