reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
ConditionWrapper.cpp File Reference
#include "mbed.h"
#include "MutexWrapper.h"

Functions

void * condition_new (void *mutex)
 
void condition_delete (void *condition)
 
bool condition_wait_for (void *condition, int64_t wakeup_time)
 
int condition_wait (void *condition)
 
void condition_notify_one (void *condition)
 
void condition_notify_all (void *condition)
 

Function Documentation

◆ condition_delete()

void condition_delete ( void * condition)

◆ condition_new()

void * condition_new ( void * mutex)

◆ condition_notify_all()

void condition_notify_all ( void * condition)

◆ condition_notify_one()

void condition_notify_one ( void * condition)

◆ condition_wait()

int condition_wait ( void * condition)

◆ condition_wait_for()

bool condition_wait_for ( void * condition,
int64_t wakeup_time )