RTEMS CPU Kit with SuperCore
4.11.3
|
Implements wake up version of the "signal" operation. More...
#include <pthread.h>
#include <errno.h>
#include <rtems/system.h>
#include <rtems/score/watchdog.h>
#include <rtems/posix/condimpl.h>
#include <rtems/posix/time.h>
#include <rtems/posix/muteximpl.h>
Functions | |
int | _POSIX_Condition_variables_Signal_support (pthread_cond_t *cond, bool is_broadcast) |
Implements wake up version of the "signal" operation. More... | |
Implements wake up version of the "signal" operation.
int _POSIX_Condition_variables_Signal_support | ( | pthread_cond_t * | cond, |
bool | is_broadcast | ||
) |
Implements wake up version of the "signal" operation.
A support routine which implements guts of the broadcast and single task wake up version of the "signal" operation.
References _POSIX_Condition_variables_Get().
Referenced by pthread_cond_broadcast(), and pthread_cond_signal().