Home | History | Annotate | Download | only in destream

Lines Matching full:fullcount

40 	deSemaphore		fullCount;
65 ringbuffer->fullCount = deSemaphore_create(0, DE_NULL);
70 !ringbuffer->fullCount)
74 if (ringbuffer->fullCount)
75 deSemaphore_destroy(ringbuffer->fullCount);
98 /* Set notify to true and increment fullCount to let consumer continue */
100 deSemaphore_increment(ringbuffer->fullCount);
106 deSemaphore_destroy(ringbuffer->fullCount);
158 deSemaphore_increment(ringbuffer->fullCount);
181 deSemaphore_increment(ringbuffer->fullCount);
219 if (!deSemaphore_tryDecrement(ringbuffer->fullCount))
227 deSemaphore_decrement(ringbuffer->fullCount);