EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
queue_group_pool_t Struct Reference

#include <em_queue_group_types.h>

Collaboration diagram for queue_group_pool_t:

Data Fields

objpool_t objpool_rsvd
 
objpool_t objpool_dyn
 

Detailed Description

Pool of free queue groups

Using two objpools:

  • one for the core specific queue groups to
  • one for the rest of the queue groups

Definition at line 126 of file em_queue_group_types.h.

Field Documentation

◆ objpool_dyn

objpool_t queue_group_pool_t::objpool_dyn

Objpool for the rest of the queue groups

Definition at line 130 of file em_queue_group_types.h.

◆ objpool_rsvd

objpool_t queue_group_pool_t::objpool_rsvd

Objpool for core specific queue groups (EM_MAX_CORES)

Definition at line 128 of file em_queue_group_types.h.


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