libmetal
Loading...
Searching...
No Matches
condition.c File Reference

NuttX libmetal condition variable handling. More...

#include <metal/condition.h>
#include <metal/irq.h>

Functions

int metal_condition_wait (struct metal_condition *cv, metal_mutex_t *m)
 Block until the condition variable is notified. Before calling this function, the caller should have acquired the mutex.

Detailed Description

NuttX libmetal condition variable handling.