12 #ifndef SSTMAC_SOFTWARE_THREADING_THREADING_PTH_H_INCLUDED 13 #define SSTMAC_SOFTWARE_THREADING_THREADING_PTH_H_INCLUDED 45 start_context(
int physical_thread_id,
void *stack,
size_t stacksize,
void
virtual void init_context()
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
pth_uctx_t threadcontext_t
virtual void destroy_context()
virtual void swap_context(threading_interface *to)
Swap context.
virtual void complete_context(threading_interface *to)
This is called when we have completed running the thread.
virtual threading_interface * copy()
virtual void start_context(int physical_thread_id, void *stack, size_t stacksize, void(*func)(void *), void *args, threading_interface *yield_to)
Start a new context.