EM-ODP  3.7.0
Event Machine on ODP
error_handler_t Union Reference

#include <em_error_types.h>

Collaboration diagram for error_handler_t:

Data Fields

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

Detailed Description

EM Error Handler

Definition at line 48 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 51 of file em_error_types.h.

◆ global_error_count

env_atomic64_t error_handler_t::global_error_count

Global Error Count

Definition at line 53 of file em_error_types.h.

◆ initialized

int error_handler_t::initialized

Is the error handler initialized?

Definition at line 57 of file em_error_types.h.

◆ lock

env_spinlock_t error_handler_t::lock

Lock

Definition at line 55 of file em_error_types.h.


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