µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
condition_variable File Reference
#include <memory>
#include <chrono>
#include <cmsis-plus/estd/mutex>

Go to the source code of this file.

Classes

struct  os::estd::__lock_external
 
class  os::estd::condition_variable
 
class  os::estd::condition_variable_any
 

Namespaces

namespace  os
 System namespace.
 
namespace  os::estd
 Embedded std namespace.
 
enum class  os::estd::cv_status {
  os::estd::cv_status::no_timeout ,
  os::estd::cv_status::timeout
}
 
void os::estd::notify_all_at_thread_exit (condition_variable &cond, std::unique_lock< mutex > lk)