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

#include <em_error_types.h>

Data Fields

struct { 
 
   em_error_handler_t em_error_handler   ENV_CACHE_LINE_ALIGNED 
 
   odp_atomic_u64_t   global_error_count 
 
   odp_ticketlock_t   lock 
 
   int   initialized 
 
};  
 
uint8_t u8 [ENV_CACHE_LINE_SIZE]
 

Detailed Description

EM Error Handler

Definition at line 59 of file em_error_types.h.

Field Documentation

◆ ENV_CACHE_LINE_ALIGNED

em_error_handler_t em_error_handler error_handler_t::ENV_CACHE_LINE_ALIGNED

Global Error Handler (func ptr or NULL)

Definition at line 62 of file em_error_types.h.

◆ global_error_count

odp_atomic_u64_t error_handler_t::global_error_count

Global Error Count

Definition at line 64 of file em_error_types.h.

◆ initialized

int error_handler_t::initialized

Is the error handler initialized?

Definition at line 68 of file em_error_types.h.

◆ lock

odp_ticketlock_t error_handler_t::lock

Lock

Definition at line 66 of file em_error_types.h.

◆ u8

uint8_t error_handler_t::u8[ENV_CACHE_LINE_SIZE]

Definition at line 71 of file em_error_types.h.


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