#include <_impl.h>
Data Fields | |
struct _dlist_node_t | sched_data |
volatile program_t | program |
word_t | data_sp_backup |
struct _generic_stack_t | closures_stack |
struct _generic_stack_t | locals_stack |
struct _generic_stack_t | data_stack |
struct _generic_stack_t | call_stack |
struct _generic_stack_t | catch_stack |
volatile word_t | IP |
volatile program_t | jmp_seg |
volatile word_t | jmp_ofs |
volatile thread_state_t | state |
int | _sync |
word_t | prio |
volatile word_t | remaining |
volatile mutex_t | pending_lock |
struct _mutex_t | join_mutex |
struct _dlist_node_t _thread_t::sched_data [read] |
volatile program_t _thread_t::program |
struct _generic_stack_t _thread_t::closures_stack [read] |
struct _generic_stack_t _thread_t::locals_stack [read] |
struct _generic_stack_t _thread_t::data_stack [read] |
struct _generic_stack_t _thread_t::call_stack [read] |
struct _generic_stack_t _thread_t::catch_stack [read] |
volatile word_t _thread_t::IP |
volatile program_t _thread_t::jmp_seg |
volatile word_t _thread_t::jmp_ofs |
volatile thread_state_t _thread_t::state |
int _thread_t::_sync |
volatile word_t _thread_t::remaining |
volatile mutex_t _thread_t::pending_lock |
struct _mutex_t _thread_t::join_mutex [read] |