|
SST/macro
|
#include <operating_system.h>

Public Attributes | |
| thread * | current_thread |
| std::list< thread * > | to_delete |
| operating_system * | current_os |
| stack_alloc | stackalloc |
| app_id | current_aid |
| task_id | current_tid |
Definition at line 55 of file operating_system.h.
| app_id sstmac::sw::operating_system::os_thread_context::current_aid |
Definition at line 60 of file operating_system.h.
Referenced by sstmac::sw::operating_system::static_os_thread_context().
| operating_system* sstmac::sw::operating_system::os_thread_context::current_os |
Definition at line 58 of file operating_system.h.
Referenced by sstmac::sw::operating_system::shutdown(), and sstmac::sw::operating_system::static_os_thread_context().
| 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 |
Definition at line 61 of file operating_system.h.
Referenced by sstmac::sw::operating_system::static_os_thread_context().
| 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.
1.8.11