The ROme OpTimistic Simulator  2.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
_helper_thread Struct Reference

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.
 

Detailed Description

This structure is used to call the thread creation helper function.

Definition at line 96 of file thread.h.


The documentation for this struct was generated from the following file: