FRI-OS
Classes | Namespaces
cond.hpp File Reference

Wrapper around POSIX condition variables. More...

#include <frios/posix/error.hpp>
#include <frios/posix/threads/cond_attr.hpp>
#include <frios/posix/threads/mutex.hpp>
#include <pthread.h>
Include dependency graph for cond.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cond
 Wraper around POSIX condition variables. More...
 
struct  cond::init_error
 Exception class for condition variable initialization error. More...
 

Namespaces

 frios
 Namespace for the FRI-OS project.
 
 frios::posix
 Namespace for the POSIX-related declarations.
 

Detailed Description

Wrapper around POSIX condition variables.