|
SIMLIB/C++
3.07
|
internal structure for storing of process context More...
Public Attributes | |
| jmp_buf | status |
| stored SP, IP, and other registers More... | |
| size_t | size |
| size of following array (allocated on heap) More... | |
| char | stack [1] |
| stack contents saved More... | |
internal structure for storing of process context
Definition at line 120 of file process.cc.
| size_t simlib3::P_Context_t::size |
size of following array (allocated on heap)
Definition at line 122 of file process.cc.
Referenced by simlib3::Process::_Run().
| char simlib3::P_Context_t::stack[1] |
stack contents saved
Definition at line 123 of file process.cc.
Referenced by simlib3::Process::_Run(), and simlib3::THREAD_INTERRUPT_f().
| jmp_buf simlib3::P_Context_t::status |
stored SP, IP, and other registers
Definition at line 121 of file process.cc.
Referenced by simlib3::Process::_Run(), and simlib3::THREAD_INTERRUPT_f().
1.8.13