Searched refs:bufferFull (Results 1 – 1 of 1) sorted by relevance
67 bool bufferFull; in Append() local69 bufferFull = ((writePosition + 1U) % LENGTH) == readPosition; in Append()71 if (bufferFull) { in Append()