RTEMS
5.1
|
Implements wake up version of the "signal" operation. More...
#include <rtems/posix/condimpl.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.