Home
last modified time | relevance | path

Searched refs:QS_TIMER (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DTrackMouseEvent.c294 FLUSH_MESSAGES(QS_TIMER|QS_MOUSEMOVE, 0); in Test_TrackMouseEvent()
301 FLUSH_MESSAGES(QS_MOUSEMOVE,QS_TIMER ); in Test_TrackMouseEvent()
310 FLUSH_MESSAGES(QS_MOUSEMOVE, QS_TIMER); in Test_TrackMouseEvent()
322 FLUSH_MESSAGES(0, QS_TIMER|QS_MOUSEMOVE); in Test_TrackMouseEvent()
328 FLUSH_MESSAGES(QS_MOUSEMOVE, QS_TIMER); in Test_TrackMouseEvent()
337 FLUSH_MESSAGES(QS_MOUSEMOVE, QS_TIMER); in Test_TrackMouseEvent()
346 FLUSH_MESSAGES(0, QS_TIMER|QS_MOUSEMOVE); in Test_TrackMouseEvent()
354 FLUSH_MESSAGES(QS_TIMER|QS_MOUSEMOVE, 0); in Test_TrackMouseEvent()
363 FLUSH_MESSAGES(0, QS_TIMER|QS_MOUSEMOVE); in Test_TrackMouseEvent()
383 FLUSH_MESSAGES(QS_TIMER|QS_MOUSEMOVE, 0); /* the loop drops WM_SYSTIMER */ in Test_TrackMouseEvent()
[all …]
/reactos/win32ss/user/ntuser/
H A Dtimer.c430 ClearMsgBitsMask(pti, QS_TIMER); in PostTimerMessages()
504 MsqWakeQueue(pTmr->pti, QS_TIMER, TRUE); in ProcessTimers()
H A Dmessage.c632 if ((first <= WM_TIMER) && (last >= WM_TIMER)) mask |= QS_TIMER; in GetWakeMask()
633 if ((first <= WM_SYSTIMER) && (last >= WM_SYSTIMER)) mask |= QS_TIMER; in GetWakeMask()
1060 pti->pcti->fsChangeBits &= ~(QS_POSTMESSAGE | QS_HOTKEY | QS_TIMER); in co_IntPeekMessage()
1163 if ((ProcessMask & QS_TIMER) && in co_IntPeekMessage()
H A Dmisc.c312 …ret = LOWORD(IntGetQueueStatus(QS_POSTMESSAGE|QS_TIMER|QS_PAINT|QS_SENDMESSAGE|QS_INPUT)) & (QS_KE… in NtUserGetThreadState()
H A Dmsgqueue.c469 if (MessageBits & QS_TIMER) // ReactOS hard coded. in ClearMsgBitsMask()
473 if (--pti->cTimersReady == 0) ClrMask |= QS_TIMER; in ClearMsgBitsMask()
/reactos/dll/directx/wine/quartz/
H A Dsystemclock.c108 …ut > 0) MsgWaitForMultipleObjects(0, NULL, FALSE, timeOut, QS_POSTMESSAGE|QS_SENDMESSAGE|QS_TIMER); in SystemClockAdviseThread()
/reactos/sdk/include/psdk/
H A Dwinuser.h881 #define QS_TIMER 16 macro
905 #define QS_ALLEVENTS (QS_INPUT | QS_POSTMESSAGE | QS_TIMER | QS_PAINT | QS_HOTKEY)
1203 # define PM_QS_POSTMESSAGE ((QS_POSTMESSAGE|QS_HOTKEY|QS_TIMER) << 16)