12 #ifndef SSTMAC_SOFTWARE_PROCESS_PTHREAD_RUNNER_H_INCLUDED 13 #define SSTMAC_SOFTWARE_PROCESS_PTHREAD_RUNNER_H_INCLUDED 24 typedef void* (*start_fxn)(
void*);
pthread_runner(software_id id, app *parent, start_fxn start_routine, void *arg)
virtual void run()
Derived types need to override this method.
virtual void clear_subthread_from_parent_app()
The app derived class adds to the thread base class by providing facilities to allow applications to ...
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
void *(* start_fxn)(void *)
A wrapper for an appid, taskid pair.