Home
last modified time | relevance | path

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

/reactos/ntoskrnl/ke/
H A Dipi.c159 if (InterlockedBitTestAndReset((PLONG)&Prcb->IpiFrozen, IPI_APC)) in KiIpiServiceRoutine()
164 if (InterlockedBitTestAndReset((PLONG)&Prcb->IpiFrozen, IPI_DPC)) in KiIpiServiceRoutine()
170 if (InterlockedBitTestAndReset((PLONG)&Prcb->IpiFrozen, IPI_SYNCH_REQUEST)) in KiIpiServiceRoutine()
181InterlockedBitTestAndReset((PLONG)&Prcb->SignalDone->TargetSet, KeGetCurrentProcessorNumber()); in KiIpiServiceRoutine()
H A Dprocobj.c324 return InterlockedBitTestAndReset(&Process->ProcessFlags, in KeSetAutoAlignmentProcess()
342 return InterlockedBitTestAndReset(&Process->ProcessFlags, in KeSetDisableBoostProcess()
H A Dthrdobj.c100 return InterlockedBitTestAndReset(&Thread->ThreadFlags, 1); in KeSetDisableBoostThread()
/reactos/ntoskrnl/ex/
H A Dpushlock.c198 if (!InterlockedBitTestAndReset(&WaitBlock->Flags, 1)) in ExfWakePushLock()
348 if (InterlockedBitTestAndReset(&((PEX_PUSH_LOCK_WAIT_BLOCK)WaitBlock)->Flags, in ExTimedWaitForUnblockPushLock()
612 if (InterlockedBitTestAndReset(&WaitBlock->Flags, 1)) in ExfAcquirePushLockExclusive()
779 if (InterlockedBitTestAndReset(&WaitBlock->Flags, 1)) in ExfAcquirePushLockShared()
1225 if (!InterlockedBitTestAndReset(&WaitBlock->Flags, EX_PUSH_LOCK_FLAGS_WAIT_V)) in ExfUnblockPushLock()
/reactos/sdk/include/xdk/
H A Dntddk.template.h237 InterlockedBitTestAndReset ((PLONG)(Flags), (Bit))
H A Dinterlocked.h35 #define InterlockedBitTestAndReset _interlockedbittestandreset macro
/reactos/ntoskrnl/include/internal/
H A Dke_x.h1534 if (!InterlockedBitTestAndReset(&GuardedMutex->Count, GM_LOCK_BIT_V)) in _KeAcquireGuardedMutexUnsafe()
1599 if (!InterlockedBitTestAndReset(&GuardedMutex->Count, GM_LOCK_BIT_V)) in _KeAcquireGuardedMutex()
1663 if (!InterlockedBitTestAndReset(&GuardedMutex->Count, GM_LOCK_BIT_V)) in _KeTryToAcquireGuardedMutex()
/reactos/hal/halx86/generic/
H A Dx86bios.c192 if (!InterlockedBitTestAndReset(&x86BiosBufferIsAllocated, 0)) in x86BiosFreeBuffer()
/reactos/sdk/include/ndk/
H A Dkefuncs.h79 return InterlockedBitTestAndReset((PLONG)Affinity, Index); in InterlockedBitTestAndResetAffinity()