Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/
H A Dwait.c124 ULONG BitsToRemove, BitsToAdd; in KiAcquireGuardedMutex() local
134 BitsToRemove = GM_LOCK_BIT; in KiAcquireGuardedMutex()
141 ASSERT((BitsToRemove == GM_LOCK_BIT) || in KiAcquireGuardedMutex()
142 (BitsToRemove == (GM_LOCK_BIT | GM_LOCK_WAITER_WOKEN))); in KiAcquireGuardedMutex()
156 ASSERT((BitsToRemove == GM_LOCK_BIT) || in KiAcquireGuardedMutex()
160 NewValue = OldValue ^ BitsToRemove; in KiAcquireGuardedMutex()
185 BitsToRemove = GM_LOCK_BIT | GM_LOCK_WAITER_WOKEN; in KiAcquireGuardedMutex()