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

Process control block. More...

Data Fields

const struct OS_process_definition_tdefinition
 

Detailed Description

Process control block.

Process is a container whose sole purpose is to drive the MPU. All threads, which are bound to the same process, share common access rights to memory using MPU regions. By default, threads bound to different processes can't access each other's memory. Use shared memory for this.

Field Documentation

◆ definition

const struct OS_process_definition_t* OS_process_t::definition