reactor-c
C Runtime for Lingua Franca
Loading...
Searching...
No Matches
ConditionWrapper.h File Reference

Go to the source code of this file.

Functions

void * condition_new (void *)
 
void condition_delete (void *)
 
int condition_wait_for (void *, uint64_t)
 
int condition_wait (void *)
 
void condition_notify_one (void *)
 
void condition_notify_all (void *)
 

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()

int condition_wait_for ( void * ,
uint64_t  )