Searched refs:QUEUE_SIZE (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmieq.c61 #define QUEUE_SIZE 512 macro
76 EventRec events[QUEUE_SIZE]; /* static allocation for signals */
111 for (i = 0; i < QUEUE_SIZE; i++)
129 for (i = 0; i < QUEUE_SIZE; i++)
167 oldtail = (oldtail - 1) % QUEUE_SIZE;
174 if (((oldtail + 1) % QUEUE_SIZE) == miEventQueue.head) {
219 miEventQueue.tail = (oldtail + 1) % QUEUE_SIZE;
463 miEventQueue.head = (miEventQueue.head + 1) % QUEUE_SIZE;

Completed in 2 milliseconds