RTEMS
5.0.0
|
Initialize a Condition Variable. More...
Functions | |
RTEMS_STATIC_ASSERT (offsetof(POSIX_Condition_variables_Control, flags)==offsetof(pthread_cond_t, _flags), POSIX_CONDITION_VARIABLES_CONTROL_FLAGS) | |
RTEMS_STATIC_ASSERT (offsetof(POSIX_Condition_variables_Control, mutex)==offsetof(pthread_cond_t, _mutex), POSIX_CONDITION_VARIABLES_CONTROL_COUNT) | |
RTEMS_STATIC_ASSERT (offsetof(POSIX_Condition_variables_Control, Queue)==offsetof(pthread_cond_t, _Queue), POSIX_CONDITION_VARIABLES_CONTROL_QUEUE) | |
RTEMS_STATIC_ASSERT (sizeof(POSIX_Condition_variables_Control)==sizeof(pthread_cond_t), POSIX_CONDITION_VARIABLES_CONTROL_SIZE) | |
int | pthread_cond_init (pthread_cond_t *cond, const pthread_condattr_t *attr) |
Initialize a Condition Variable.
int pthread_cond_init | ( | pthread_cond_t * | cond, |
const pthread_condattr_t * | attr | ||
) |
11.4.2 Initializing and Destroying a Condition Variable, P1003.1c/Draft 10, p. 87