RTEMS
|
The thread queue gate is an SMP synchronization means. More...
#include <threadq.h>
Public Attributes | |
Chain_Node | Node |
Atomic_Uint | go_ahead |
The thread queue gate is an SMP synchronization means.
The gates are added to a list of requests. A busy wait is performed to make sure that preceding requests are carried out. Each predecessor notifies its successor about on request completion.