EM-ODP
3.7.0
Event Machine on ODP
|
Go to the source code of this file.
Data Structures | |
union | hook_fn_t |
struct | hook_tbl_t |
struct | hook_storage_t |
Typedefs | |
typedef void(* | void_hook_t) (void) |
Functions | |
COMPILE_TIME_ASSERT (sizeof(hook_tbl_t)==ENV_CACHE_LINE_SIZE, HOOK_ALIGNMENT_ERROR) | |
COMPILE_TIME_ASSERT (sizeof(hook_storage_t) % ENV_CACHE_LINE_SIZE==0, HOOK_STORAGE_ALIGNMENT_ERROR) | |
COMPILE_TIME_ASSERT (sizeof(hook_storage_t)/ENV_CACHE_LINE_SIZE==API_HOOKS_MAX_TBL_SIZE+1, HOOK_STORAGE_SIZE_ERROR) | |
EM internal API hook types & definitions
Definition in file em_hook_types.h.