EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
objsubpool_t Union Reference

#include <objpool.h>

Collaboration diagram for objsubpool_t:

Data Fields

uint8_t u8 [ENV_CACHE_LINE_SIZE/2]
 
struct { 
 
   odp_ticketlock_t   lock 
 
   list_node_t   list_head 
 
};  
 

Detailed Description

A single independently locked subpool within an object pool

Definition at line 80 of file objpool.h.

Field Documentation

◆ list_head

list_node_t objsubpool_t::list_head

Head of the free-element list

Definition at line 87 of file objpool.h.

◆ lock

odp_ticketlock_t objsubpool_t::lock

Lock protecting this subpool

Definition at line 85 of file objpool.h.

◆ u8

uint8_t objsubpool_t::u8[ENV_CACHE_LINE_SIZE/2]

Padding to half a cache line

Definition at line 82 of file objpool.h.


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