Zephyr Project Requirements
Thread Communication

Thread Communication

STATEMENT:

SPDX-License-Identifier: Apache-2.0

STATEMENT:

Thread communication comprises the kernel objects and mechanisms that allow threads, and threads and interrupt service routines, to exchange data and to coordinate their execution.

The Zephyr RTOS provides the following thread communication mechanisms, each specified in its own requirements document:

  • Message Queues
  • Pipes
  • Mailboxes
  • Polling