Home | History | Annotate | Download | only in win

Lines Matching refs:startOfQueue

58 static unsigned startOfQueue;
357 while (startOfQueue < endOfQueue && !msgQueue[startOfQueue].delay) {
358 msg = msgQueue[startOfQueue++].msg;
379 int numQueuedMessages = endOfQueue - startOfQueue;
381 startOfQueue = 0;
388 if (msgQueue[startOfQueue].delay) {
389 ::Sleep(msgQueue[startOfQueue].delay);
390 msgQueue[startOfQueue].delay = 0;
402 msg = msgQueue[startOfQueue++].msg;
421 if (startOfQueue >= endOfQueue)
423 ::Sleep(msgQueue[startOfQueue].delay);
424 msgQueue[startOfQueue].delay = 0;
427 startOfQueue = 0;
687 startOfQueue = 0;