Searched refs:fsChangeBits (Results 1 – 5 of 5) sorted by relevance
377 if ( (Win32Thread->pcti->fsChangeBits & LOWORD(WakeMask)) || in IntMsqSetWakeMask()380 …ERR("Chg 0x%x Wake 0x%x Mask 0x%x\n",Win32Thread->pcti->fsChangeBits, Win32Thread->pcti->fsWakeBit… in IntMsqSetWakeMask()423 pti->pcti->fsChangeBits |= MessageBits; in MsqWakeQueue()497 pti->pcti->fsChangeBits &= ~ClrMask; in ClearMsgBitsMask()1316 … %p ptirec %p bit %d list empty %d\n",Message,ptirec,!!(ptirec->pcti->fsChangeBits & QS_SENDMESSAG… in co_MsqSendMessage()2233 pti->pcti->fsChangeBits = 0; in MsqCleanupThreadMsgs()
1060 pti->pcti->fsChangeBits &= ~(QS_POSTMESSAGE | QS_HOTKEY | QS_TIMER); in co_IntPeekMessage()1063 pti->pcti->fsChangeBits &= ~QS_ALLPOSTMESSAGE; in co_IntPeekMessage()1069 pti->pcti->fsChangeBits &= ~QS_INPUT; in co_IntPeekMessage()1102 pti->pcti->fsChangeBits &= ~QS_ALLPOSTMESSAGE; in co_IntPeekMessage()2152 Result = MAKELONG(pti->pcti->fsChangeBits & Changes, pti->pcti->fsWakeBits & Changes); in IntGetQueueStatus()2154 pti->pcti->fsChangeBits &= ~Changes; in IntGetQueueStatus()
334 ret = pti->pcti->fsChangeBits; in NtUserGetThreadState()
2164 if (!pcti->fsChangeBits && !pcti->fsWakeBits) in PeekMessageWorker()2929 if ((!pcti) || (pcti->fsChangeBits & (QS_KEY|QS_MOUSEBUTTON))) in GetInputState()3208 if ( (pcti->fsChangeBits & LOWORD(dwWakeMask)) || in RealMsgWaitForMultipleObjectsEx()
171 WORD fsChangeBits; member