condition_variable.hpp File Reference

C++11 condition variable drop in replacement. More...

Detailed Description

C++11 condition variable drop in replacement.

See also
std::condition_variable
Author
Raphael Hiesgen <raphael.hiesgen (at) haw-hamburg.de>

Definition in file condition_variable.hpp.

#include "sched.h"
#include "xtimer.h"
#include "priority_queue.h"
#include "riot/mutex.hpp"
#include "riot/chrono.hpp"
+ Include dependency graph for condition_variable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  riot::condition_variable
 C++11 compliant implementation of condition variable, uses the time point implemented in our chrono replacement instead of the specified one. More...
 

Enumerations

enum  riot::cv_status { no_timeout, timeout }
 Status for timeout-based calls of the condition variable.