Searched refs:InterlockedBitTestAndReset (Results 1 – 9 of 9) sorted by relevance
/reactos/ntoskrnl/ke/ |
H A D | ipi.c | 159 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() 181 … InterlockedBitTestAndReset((PLONG)&Prcb->SignalDone->TargetSet, KeGetCurrentProcessorNumber()); in KiIpiServiceRoutine()
|
H A D | procobj.c | 324 return InterlockedBitTestAndReset(&Process->ProcessFlags, in KeSetAutoAlignmentProcess() 342 return InterlockedBitTestAndReset(&Process->ProcessFlags, in KeSetDisableBoostProcess()
|
H A D | thrdobj.c | 100 return InterlockedBitTestAndReset(&Thread->ThreadFlags, 1); in KeSetDisableBoostThread()
|
/reactos/ntoskrnl/ex/ |
H A D | pushlock.c | 198 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 D | ntddk.template.h | 237 InterlockedBitTestAndReset ((PLONG)(Flags), (Bit))
|
H A D | interlocked.h | 35 #define InterlockedBitTestAndReset _interlockedbittestandreset macro
|
/reactos/ntoskrnl/include/internal/ |
H A D | ke_x.h | 1534 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 D | x86bios.c | 192 if (!InterlockedBitTestAndReset(&x86BiosBufferIsAllocated, 0)) in x86BiosFreeBuffer()
|
/reactos/sdk/include/ndk/ |
H A D | kefuncs.h | 79 return InterlockedBitTestAndReset((PLONG)Affinity, Index); in InterlockedBitTestAndResetAffinity()
|