Lines Matching defs:deRingbuffer_s
32 struct deRingbuffer_s struct34 deInt32 blockSize;35 deInt32 blockCount;36 deInt32* blockUsage;37 deUint8* buffer;39 deSemaphore emptyCount;40 deSemaphore fullCount;42 deInt32 outBlock;43 deInt32 outPos;45 deInt32 inBlock;46 deInt32 inPos;48 deBool stopNotified;49 deBool consumerStopping;