![]() |
EM-ODP
3.8.0-1
Event Machine on ODP
|
#include <em_error_types.h>

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] |
EM Error Handler
Definition at line 48 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 51 of file em_error_types.h.
| env_atomic64_t error_handler_t::global_error_count |
Global Error Count
Definition at line 53 of file em_error_types.h.
| int error_handler_t::initialized |
Is the error handler initialized?
Definition at line 57 of file em_error_types.h.
| env_spinlock_t error_handler_t::lock |
Lock
Definition at line 55 of file em_error_types.h.