Go to the source code of this file.
Data Structures | |
struct | _queue |
Macros | |
#define | QUEUE_DATA(ptr, type, field) ((type *)((char *)(ptr) - offsetof(type, field))) |
#define | QUEUE_FOREACH(q, h, code) |
#define | QUEUE_HEAD(q) (q)->next |
Typedefs | |
typedef struct _queue | QUEUE |
#define QUEUE_FOREACH | ( | q, | |
h, | |||
code | |||
) |
#define QUEUE_HEAD | ( | q | ) | (q)->next |