EM-ODP
3.7.0
Event Machine on ODP
|
Go to the source code of this file.
Functions | |
__attribute__ ((weak)) em_status_t event_send_device(em_event_t event | |
em_status_t | chaining_init (event_chaining_t *event_chaining) |
em_status_t | chaining_term (const event_chaining_t *event_chaining) |
Variables | |
em_queue_t | queue |
int | num |
EM event chaining support
Definition in file em_chaining.h.
__attribute__ | ( | (weak) | ) |
This function is declared as a weak symbol, indicating that the user should override it during linking with another implementation if event chaining is used.
em_status_t chaining_init | ( | event_chaining_t * | event_chaining | ) |
Initialize event chaining during start-up
Definition at line 135 of file em_chaining.c.
em_status_t chaining_term | ( | const event_chaining_t * | event_chaining | ) |
Terminate event chaining during shut-down
Definition at line 194 of file em_chaining.c.