12 #ifndef ThresholdQueue_h
13 #define ThresholdQueue_h
15 #include "common_priv.h"
const T * GetDequeuePtr(ulong dequeueThresh, ulong chan=0) const
ThresholdQueue(const ThresholdQueueAttr &attr)
T * GetEnqueuePtr(ulong enqueueThresh, ulong chan=0) const
const void * GetRawDequeuePtr(ulong dequeueThresh, ulong chan=0) const
ThresholdQueue(ulong queueLen, ulong maxThresh, ulong numChans=1)
void * GetRawEnqueuePtr(ulong enqueueThresh, ulong chan=0) const