EM-ODP  3.7.0
Event Machine on ODP
em_queue_inline.h File Reference
#include <stdlib.h>
Include dependency graph for em_queue_inline.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define DIFF_ABS(a, b)   ((a) > (b) ? (a) - (b) : (b) - (a))
 
#define SMALLEST_NBR(a, b)   ((a) > (b) ? (b) : (a))
 

Detailed Description

EM internal queue functions

Definition in file em_queue_inline.h.