RTEMS CPU Kit with SuperCore
Functions
condsignalsupp.c File Reference

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>
Include dependency graph for condsignalsupp.c:

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.

References _POSIX_Condition_variables_Get().

Referenced by pthread_cond_broadcast(), and pthread_cond_signal().