Go to the documentation of this file.
24 #ifndef __PACKET_QUEUE_H__
25 #define __PACKET_QUEUE_H__
void PacketEnqueueNoLock(PacketQueueNoLock *qnl, struct Packet_ *p)
simple fifo queue for packets with mutex and cond Calling the mutex or triggering the cond is respons...
void PacketEnqueue(PacketQueue *, struct Packet_ *)
simple fifo queue for packets
PacketQueue * PacketQueueAlloc(void)
struct Packet_ * PacketDequeue(PacketQueue *)
struct PacketQueueNoLock_ PacketQueueNoLock
simple fifo queue for packets
struct PacketQueue_ PacketQueue
simple fifo queue for packets with mutex and cond Calling the mutex or triggering the cond is respons...
void PacketQueueFree(PacketQueue *)
struct Packet_ * PacketDequeueNoLock(PacketQueueNoLock *qnl)