Zephyr Project API 4.2.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rtio_pool Struct Reference

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_tused
 Atomic bitmap to signal a member is used/unused.
 

Detailed Description

Pool of RTIO contexts to use with dynamically created threads.

Field Documentation

◆ contexts

struct rtio** rtio_pool::contexts

Array containing contexts of the pool.

◆ pool_size

size_t rtio_pool::pool_size

Size of the pool.

◆ used

atomic_t* rtio_pool::used

Atomic bitmap to signal a member is used/unused.


The documentation for this struct was generated from the following file: