SIMLIB/C++ 3.09
Loading...
Searching...
No Matches
Public Attributes | List of all members
simlib3::P_Context_t Struct Reference

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
 

Detailed Description

internal structure for storing of Process::Behavior() context

Definition at line 58 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 60 of file process.cc.

Referenced by simlib3::Process::_Run(), and simlib3::ALLOC_CONTEXT().

◆ stack

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

◆ status

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


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