roo_threads
API Documentation for roo_threads
Loading...
Searching...
No Matches
groups.h
Go to the documentation of this file.
1#pragma once
2
3/// @defgroup roo_threads_api Roo Threads API
4/// @brief Public concurrency primitives exposed by roo_threads.
5/// @{
6
7/// @defgroup roo_threads_api_thread Thread
8/// @ingroup roo_threads_api
9/// @brief Thread and current-thread utilities.
10
11/// @defgroup roo_threads_api_mutex Mutex
12/// @ingroup roo_threads_api
13/// @brief Mutexes and lock wrappers.
14
15/// @defgroup roo_threads_api_condition_variable Condition Variable
16/// @ingroup roo_threads_api
17/// @brief Condition-variable synchronization primitives.
18
19/// @defgroup roo_threads_api_semaphore Semaphore
20/// @ingroup roo_threads_api
21/// @brief Counting and binary semaphores.
22
23/// @}