Process control block. More...
Data Fields | |
const struct OS_process_definition_t * | definition |
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.
const struct OS_process_definition_t* OS_process_t::definition |