Zephyr Project API 4.2.99
A Scalable Open Source RTOS
|
Pool of RTIO contexts to use with dynamically created threads. More...
#include <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.