RTEMS进程同步机制

互斥量

好像没有互斥量,信号量接收那儿有个图,互斥量似乎术语一类特殊的信号量。

信号量

12. Semaphore Manager

12.1. Introduction

The semaphore manager utilizes standard Dijkstra counting semaphores to provide synchronization and mutual exclusion capabilities. The directives provided by the semaphore manager are:

消息队列

14. Message Manager

14.1. Introduction

The message manager provides communication and synchronization capabilities using RTEMS message queues. The directives provided by the message manager are:

原文地址:https://www.cnblogs.com/yanhc/p/8169323.html