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 "ztimer64.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... | |
Namespaces | |
| riot | |
| RIOT C++ namespace. | |
Enumerations | |
| enum class | riot::cv_status { no_timeout , timeout } |
| Status for timeout-based calls of the condition variable. | |