Using Processes

The sections that follow describe how processes run in the Process and Windows environments.

Processes in the Process Environment

An executable process running in eRTOS consists of a set of handles to objects, process address space, and at least one thread. When a process is created, eRTOS performs the following tasks:

A process can be started by one of these methods:

A process exits under one of these conditions:

Related topics: