|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Pool of RTIO contexts to use with dynamically created threads. More...
#include <zephyr/rtio/rtio.h>
Data Fields | |
| size_t | pool_size |
| Size of the pool. | |
| struct rtio ** | contexts |
| Array containing contexts of the pool. | |
| atomic_t * | used |
| Atomic bitmap to signal a member is used/unused. | |
Pool of RTIO contexts to use with dynamically created threads.
| struct rtio** rtio_pool::contexts |
Array containing contexts of the pool.
| size_t rtio_pool::pool_size |
Size of the pool.
| atomic_t* rtio_pool::used |
Atomic bitmap to signal a member is used/unused.