FRI-OS
|
cond | Wraper around POSIX condition variables |
cond_attr | Wrapper around POSIX condition variable attributes |
error | Base class for all POSIX exceptions |
cond::init_error | Exception class for condition variable initialization error |
cond_attr::init_error | Exception class for condition initialization errors |
mutex::init_error | Exception class for mutex initialization errors |
mutex::lock_error | Exception class for locking operation errors |
mutex::unlock_error | Exception class for unlocking operation errors |
mutex::locked | Exception class indicating that a mutex is already locked |
mutex_attr::init_error | Exception class for attribute initialization errors |
thread::create_error | Exception class for thread creation errors |
thread_attr::init_error | Exception class for thread attribute initialization errors |
mutex | Wrapper around POSIX mutexes |
mutex::lock | Class locking a mutex on construction and unlocking on destruction |
mutex::try_lock | Class optionally locking a mutex if it is free |
mutex::unlock | Class unlocking a mutex on construction and locking on destruction |
mutex_attr | Wrapper around POSIX condition variable attributes |
thread | Wrapper around a POSIX thread |
thread_attr | Wrapper around POSIX thread attributes |
unique< T > | Wrapper ensuring the uniqueness of a value |
unique< pthread_attr_t > | |
unique< pthread_cond_t > | |
unique< pthread_condattr_t > | |
unique< pthread_mutex_t > | |
unique< pthread_mutexattr_t > | |
unique< pthread_t > |