![]() |
EM-ODP 4.4.0
Event Machine on ODP
|
#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] | |
EM Error Handler
Definition at line 59 of file em_error_types.h.
| 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.
| odp_atomic_u64_t error_handler_t::global_error_count |
Global Error Count
Definition at line 64 of file em_error_types.h.
| int error_handler_t::initialized |
Is the error handler initialized?
Definition at line 68 of file em_error_types.h.
| odp_ticketlock_t error_handler_t::lock |
Lock
Definition at line 66 of file em_error_types.h.
| uint8_t error_handler_t::u8[ENV_CACHE_LINE_SIZE] |
Definition at line 71 of file em_error_types.h.