RTEMS CPU Kit with SuperCore  4.11.3
barrier.h
Go to the documentation of this file.
1 
16 /*
17  * COPYRIGHT (c) 1989-2011.
18  * On-Line Applications Research Corporation (OAR).
19  *
20  * The license and distribution terms for this file may be
21  * found in the file LICENSE in this distribution or at
22  * http://www.rtems.org/license/LICENSE.
23  */
24 
25 #ifndef _RTEMS_POSIX_BARRIER_H
26 #define _RTEMS_POSIX_BARRIER_H
27 
28 #include <rtems/score/object.h>
30 
31 #ifdef __cplusplus
32 extern "C" {
33 #endif
34 
50 typedef struct {
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
63 #endif
64 /* end of include file */
Constants and Structures Associated with the Object Handler.
CORE_barrier_Control Barrier
This is used to implement the barrier.
Definition: barrier.h:54
The following defines the Object Control Block used to manage each object local to this node...
Definition: object.h:232
Objects_Control Object
This is used to manage a barrier as an object.
Definition: barrier.h:52
This type defines the control block used to manage each barrier.
Definition: barrier.h:50
Constants and Structures Associated with the Barrier Handler.
The following defines the control block used to manage each barrier.
Definition: corebarrier.h:70