FRI-OS
|
frios | Namespace for the FRI-OS project |
posix | Namespace for the POSIX-related declarations |
error | Base class for all POSIX exceptions |
cond | Wraper around POSIX condition variables |
init_error | Exception class for condition variable initialization error |
cond_attr | Wrapper around POSIX condition variable attributes |
init_error | Exception class for condition initialization errors |
mutex | Wrapper around POSIX mutexes |
init_error | Exception class for mutex initialization errors |
lock | Class locking a mutex on construction and unlocking on destruction |
lock_error | Exception class for locking operation errors |
locked | Exception class indicating that a mutex is already locked |
try_lock | Class optionally locking a mutex if it is free |
unlock | Class unlocking a mutex on construction and locking on destruction |
unlock_error | Exception class for unlocking operation errors |
mutex_attr | Wrapper around POSIX condition variable attributes |
init_error | Exception class for attribute initialization errors |
thread | Wrapper around a POSIX thread |
create_error | Exception class for thread creation errors |
thread_attr | Wrapper around POSIX thread attributes |
init_error | Exception class for thread attribute initialization errors |
unique | Wrapper ensuring the uniqueness of a value |