|
SIMLIB/C++ 3.09
|
internal structure for storing of Process::Behavior() context More...
Public Attributes | |
| jmp_buf | status |
| stored SP, IP, and other registers | |
| size_t | size |
| size of following array (allocated on heap) | |
| char | stack [1] |
| saved stack contents | |
internal structure for storing of Process::Behavior() context
Definition at line 58 of file process.cc.
| size_t simlib3::P_Context_t::size |
size of following array (allocated on heap)
Definition at line 60 of file process.cc.
Referenced by simlib3::Process::_Run(), and simlib3::ALLOC_CONTEXT().
| char simlib3::P_Context_t::stack[1] |
saved stack contents
Definition at line 61 of file process.cc.
Referenced by simlib3::PROCESS_INTERRUPT_f(), and simlib3::restore_context2().
| jmp_buf simlib3::P_Context_t::status |
stored SP, IP, and other registers
Definition at line 59 of file process.cc.
Referenced by simlib3::PROCESS_INTERRUPT_f(), and simlib3::restore_context2().