RTEMS  5.1
Functions
condsignalsupp.c File Reference

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...
 

Detailed Description

Implements wake up version of the "signal" operation.

Function Documentation

◆ _POSIX_Condition_variables_Signal_support()

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.