|
RTEMS CPU Kit with SuperCore
|
SMP Barrier API. More...


Go to the source code of this file.
Data Structures | |
| struct | SMP_barrier_Control |
| SMP barrier control. More... | |
| struct | SMP_barrier_State |
| SMP barrier per-thread state. More... | |
Macros | |
| #define | SMP_BARRIER_CONTROL_INITIALIZER { ATOMIC_INITIALIZER_UINT( 0U ), ATOMIC_INITIALIZER_UINT( 0U ) } |
| SMP barrier control initializer for static initialization. | |
| #define | SMP_BARRIER_STATE_INITIALIZER { 0U } |
| SMP barrier per-thread state initializer for static initialization. | |
Functions | |
| void | _SMP_barrier_Wait (SMP_barrier_Control *control, SMP_barrier_State *state, unsigned int count) |
| Waits on the SMP barrier until count threads rendezvoused. More... | |
SMP Barrier API.
1.8.13