C++11 condition variable drop in replacement. More...
C++11 condition variable drop in replacement.
Definition in file condition_variable.hpp.
#include "sched.h"
#include "xtimer.h"
#include "priority_queue.h"
#include "riot/mutex.hpp"
#include "riot/chrono.hpp"
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. | |