|
roo_threads
API Documentation for roo_threads
|
Namespaces | |
| namespace | this_thread |
Data Structures | |
| class | condition_variable |
| Synchronization primitive for blocking and waking threads. More... | |
| class | counting_semaphore |
| class | lock_guard |
| class | mutex |
| Mutual exclusion primitive. More... | |
| class | thread |
| Canonical documentation-only thread API. More... | |
| class | unique_lock |
Typedefs | |
| using | binary_semaphore = counting_semaphore< 1 > |
| Semaphore with maximum count of one. | |
Enumerations | |
| enum class | cv_status { cv_status::no_timeout , cv_status::timeout } |
| Status returned from timed wait operations. More... | |