19 #ifndef _RTEMS_POSIX_BARRIERIMPL_H 20 #define _RTEMS_POSIX_BARRIERIMPL_H 83 _CORE_barrier_Destroy( &the_barrier->
Barrier );
99 pthread_barrier_t *barrier,
104 &_POSIX_Barrier_Information,
void _Objects_Free(Objects_Information *information, Objects_Control *the_object)
Frees an object.
Definition: objectfree.c:25
CORE_barrier_Control Barrier
This is used to implement the barrier.
Definition: barrier.h:54
Inlined Routines Associated with the SuperCore Barrier.
Objects_Control * _Objects_Allocate(Objects_Information *information)
Allocates an object.
Definition: objectallocate.c:101
POSIX_EXTERN Objects_Information _POSIX_Barrier_Information
The following defines the information control block used to manage this class of objects.
Definition: barrierimpl.h:37
#define RTEMS_INLINE_ROUTINE
The following (in conjunction with compiler arguments) are used to choose between the use of static i...
Definition: basedefs.h:135
RTEMS_INLINE_ROUTINE POSIX_Barrier_Control * _POSIX_Barrier_Allocate(void)
Allocate a barrier control block.
Definition: barrierimpl.h:67
Objects_Control Object
This is used to manage a barrier as an object.
Definition: barrier.h:52
POSIX Threads Private Support.
int _POSIX_Barrier_Translate_core_barrier_return_code(CORE_barrier_Status the_barrier_status)
POSIX translate barrier return code.
Definition: pbarriertranslatereturncode.c:49
RTEMS_INLINE_ROUTINE void _POSIX_Barrier_Free(POSIX_Barrier_Control *the_barrier)
Free a barrier control block.
Definition: barrierimpl.h:79
void _POSIX_Barrier_Manager_initialization(void)
POSIX barrier manager initialization.
Definition: pbarrier.c:29
Objects_Control * _Objects_Get(Objects_Information *information, Objects_Id id, Objects_Locations *location)
Maps object ids to object control blocks.
Definition: objectget.c:23
This type defines the control block used to manage each barrier.
Definition: barrier.h:50
Constants and Structures Associated with the POSIX Barrier Manager.
CORE_barrier_Status
Core Barrier handler return statuses.
Definition: corebarrierimpl.h:39
RTEMS_INLINE_ROUTINE POSIX_Barrier_Control * _POSIX_Barrier_Get(pthread_barrier_t *barrier, Objects_Locations *location)
Get a barrier control block.
Definition: barrierimpl.h:98
Objects_Locations
This enumerated type lists the locations which may be returned by _Objects_Get.
Definition: objectimpl.h:117
Inlined Routines in the Object Handler.
uint32_t Objects_Id
The following type defines the control block used to manage object IDs.
Definition: object.h:122
#define POSIX_EXTERN
The following ensures that all data is declared in the space of the initialization routine for either...
Definition: basedefs.h:123