C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
OS_scheduling_context_t Struct Reference

Structure describing upcoming context switch. More...

Data Fields

struct OS_thread_told_task
 
struct OS_thread_tnew_task
 
struct OS_process_told_parent_process
 
struct OS_process_tnew_parent_process
 
struct OS_process_told_host_process
 
struct OS_process_tnew_host_process
 
uint32_t * new_stack
 

Detailed Description

Structure describing upcoming context switch.

Field Documentation

◆ new_host_process

struct OS_process_t* OS_scheduling_context_t::new_host_process

◆ new_parent_process

struct OS_process_t* OS_scheduling_context_t::new_parent_process

◆ new_stack

uint32_t* OS_scheduling_context_t::new_stack

◆ new_task

struct OS_thread_t* OS_scheduling_context_t::new_task

◆ old_host_process

struct OS_process_t* OS_scheduling_context_t::old_host_process

◆ old_parent_process

struct OS_process_t* OS_scheduling_context_t::old_parent_process

◆ old_task

struct OS_thread_t* OS_scheduling_context_t::old_task