libmetal
Loading...
Searching...
No Matches
Functions
condition.c File Reference
#include <metal/condition.h>
#include <metal/irq.h>

Functions

void metal_generic_default_poll (void)
 poll function until some event happens
 
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.
 

Function Documentation

◆ metal_generic_default_poll()

void metal_generic_default_poll ( void )
extern

poll function until some event happens

poll function until some event happens