Structure describing upcoming context switch. More...
Data Fields | |
struct OS_thread_t * | old_task |
struct OS_thread_t * | new_task |
struct OS_process_t * | old_parent_process |
struct OS_process_t * | new_parent_process |
struct OS_process_t * | old_host_process |
struct OS_process_t * | new_host_process |
uint32_t * | new_stack |
Structure describing upcoming context switch.
struct OS_process_t* OS_scheduling_context_t::new_host_process |
struct OS_process_t* OS_scheduling_context_t::new_parent_process |
uint32_t* OS_scheduling_context_t::new_stack |
struct OS_thread_t* OS_scheduling_context_t::new_task |
struct OS_process_t* OS_scheduling_context_t::old_host_process |
struct OS_process_t* OS_scheduling_context_t::old_parent_process |
struct OS_thread_t* OS_scheduling_context_t::old_task |