SST/macro
Public Attributes | List of all members
sstmac::sw::operating_system::os_thread_context Struct Reference

#include <operating_system.h>

Collaboration diagram for sstmac::sw::operating_system::os_thread_context:
Collaboration graph

Public Attributes

threadcurrent_thread
 
std::list< thread * > to_delete
 
operating_systemcurrent_os
 
stack_alloc stackalloc
 
app_id current_aid
 
task_id current_tid
 

Detailed Description

Definition at line 55 of file operating_system.h.

Member Data Documentation

app_id sstmac::sw::operating_system::os_thread_context::current_aid
operating_system* sstmac::sw::operating_system::os_thread_context::current_os
thread* sstmac::sw::operating_system::os_thread_context::current_thread

Definition at line 56 of file operating_system.h.

Referenced by sstmac::sw::operating_system::stacksize().

task_id sstmac::sw::operating_system::os_thread_context::current_tid
stack_alloc sstmac::sw::operating_system::os_thread_context::stackalloc

Definition at line 59 of file operating_system.h.

std::list<thread*> sstmac::sw::operating_system::os_thread_context::to_delete

Definition at line 57 of file operating_system.h.


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