Go to the documentation of this file.
40 #if !defined(_SPANDSP_QUEUE_H_)
41 #define _SPANDSP_QUEUE_H_
45 #define QUEUE_READ_ATOMIC 0x0001
48 #define QUEUE_WRITE_ATOMIC 0x0002
56 #define QUEUE_STATE_T_SIZE(len) (sizeof(queue_state_t) + len + 1)
58 #if defined(__cplusplus)
173 #if defined(__cplusplus)