EM-ODP  3.7.0
Event Machine on ODP
em_chaining.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Detailed Description

EM event chaining support

Definition in file em_chaining.h.

Function Documentation

◆ __attribute__()

__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.

Examples
pool_perf.c.

◆ chaining_init()

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.

◆ chaining_term()

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.