Contiki-NG
Loading...
Searching...
No Matches
Threads and processes

This module contains protothreads, multithreading, and processes. More...

Topics

 Contiki processes
 A process in Contiki consists of a single protothread.
 Contiki subprocesses
 A Contiki subprocess is a "process-in-a-process".
 Protothreads
 Protothreads are a type of lightweight stackless threads designed for severly memory constrained systems such as deeply embedded systems or sensor network nodes.
 Real-time task scheduling
 The real-time module handles the scheduling and execution of real-time tasks (with predictable execution times).

Detailed Description

This module contains protothreads, multithreading, and processes.