EM-ODP  3.7.0
Event Machine on ODP
event_machine_hooks.c File Reference
#include "em_include.h"
Include dependency graph for event_machine_hooks.c:

Go to the source code of this file.

Functions

em_status_t em_hooks_register_alloc (em_api_hook_alloc_t func)
 
em_status_t em_hooks_unregister_alloc (em_api_hook_alloc_t func)
 
em_status_t em_hooks_register_free (em_api_hook_free_t func)
 
em_status_t em_hooks_unregister_free (em_api_hook_free_t func)
 
em_status_t em_hooks_register_send (em_api_hook_send_t func)
 
em_status_t em_hooks_unregister_send (em_api_hook_send_t func)
 
em_status_t em_hooks_register_to_idle (em_idle_hook_to_idle_t func)
 
em_status_t em_hooks_unregister_to_idle (em_idle_hook_to_idle_t func)
 
em_status_t em_hooks_register_to_active (em_idle_hook_to_active_t func)
 
em_status_t em_hooks_unregister_to_active (em_idle_hook_to_active_t func)
 
em_status_t em_hooks_register_while_idle (em_idle_hook_while_idle_t func)
 
em_status_t em_hooks_unregister_while_idle (em_idle_hook_while_idle_t func)
 

Detailed Description

Event Machine API callback hooks.

Definition in file event_machine_hooks.c.