17 #ifndef _RTEMS_POSIX_CONDIMPL_H 18 #define _RTEMS_POSIX_CONDIMPL_H 33 #define POSIX_CONDITION_VARIABLES_NO_MUTEX 0 76 _Thread_queue_Destroy( &the_condition_variable->Wait_queue );
78 &_POSIX_Condition_variables_Information,
79 &the_condition_variable->Object
106 pthread_cond_t *cond,
117 pthread_cond_t *cond,
118 pthread_mutex_t *
mutex,
120 bool already_timedout
void _Objects_Free(Objects_Information *information, Objects_Control *the_object)
Frees an object.
Definition: objectfree.c:25
Objects_Control * _Objects_Allocate(Objects_Information *information)
Allocates an object.
Definition: objectallocate.c:101
#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 void _POSIX_Condition_variables_Free(POSIX_Condition_variables_Control *the_condition_variable)
POSIX Condition Variable Free.
Definition: condimpl.h:72
Constants and Structures Associated with Watchdog Timers.
const pthread_condattr_t _POSIX_Condition_variables_Default_attributes
The default condition variable attributes structure.
Definition: conddefaultattributes.c:34
POSIX_Condition_variables_Control * _POSIX_Condition_variables_Get(pthread_cond_t *cond, Objects_Locations *location)
POSIX Condition Variable Get.
Definition: condget.c:24
void _POSIX_Condition_variables_Manager_initialization(void)
POSIX Condition Variable Manager Initialization.
Definition: cond.c:43
int _POSIX_Condition_variables_Signal_support(pthread_cond_t *cond, bool is_broadcast)
Implements wake up version of the "signal" operation.
Definition: condsignalsupp.c:37
int _POSIX_Condition_variables_Wait_support(pthread_cond_t *cond, pthread_mutex_t *mutex, Watchdog_Interval timeout, bool already_timedout)
POSIX condition variables wait support.
Definition: condwaitsupp.c:31
Constants and Structures Associated with the Manipulation of Objects.
uint32_t Watchdog_Interval
Type is used to specify the length of intervals.
Definition: watchdog.h:47
RTEMS_INLINE_ROUTINE POSIX_Condition_variables_Control * _POSIX_Condition_variables_Allocate(void)
POSIX Condition Variable Allocate.
Definition: condimpl.h:60
Objects_Locations
This enumerated type lists the locations which may be returned by _Objects_Get.
Definition: objectimpl.h:117
POSIX_EXTERN Objects_Information _POSIX_Condition_variables_Information
The following defines the information control block used to manage this class of objects.
Definition: condimpl.h:39
POSIX Condition Variables Private Support.
Inlined Routines in the Object Handler.
#define POSIX_EXTERN
The following ensures that all data is declared in the space of the initialization routine for either...
Definition: basedefs.h:123