SIMLIB/C++  3.07
Public Attributes | List of all members
simlib3::P_Context_t Struct Reference

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...
 

Detailed Description

internal structure for storing of process context

Definition at line 120 of file process.cc.

Member Data Documentation

◆ size

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().

◆ stack

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().

◆ status

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().


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