Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dslist.c135 exchanged = _InterlockedCompareExchange128((PLONG64)SListHead, in RtlInterlockedPushListSList()
138 (PLONG64)&OldSListHead); in RtlInterlockedPushListSList()
171 OldSListHead.Alignment = InterlockedCompareExchange64((PLONG64)&SListHead->Alignment, in RtlInterlockedPushListSList()
/reactos/ntoskrnl/ke/amd64/
H A Dstubs.c172 InterlockedXor64((PLONG64)&NewProcess->ActiveProcessors, Pcr->Prcb.SetMember); in KiSwapProcess()
173 InterlockedXor64((PLONG64)&OldProcess->ActiveProcessors, Pcr->Prcb.SetMember); in KiSwapProcess()
H A Dkiinit.c542 while (InterlockedBitTestAndSet64((PLONG64)&KiFreezeExecutionLock, 0)) in KiSystemStartup()
555 InterlockedAnd64((PLONG64)&KiFreezeExecutionLock, 0); in KiSystemStartup()
/reactos/ntoskrnl/include/internal/
H A Dspinlock.h92 InterlockedAnd64((PLONG64)SpinLock, 0); in _Releases_nonreentrant_lock_()
H A Dmm.h189 InterlockedCompareExchange64((PLONG64)(PointerPte), Exchange, Comperand)
192 InterlockedExchange64((PLONG64)(PointerPte), Value)
209 PLONG64 ReferenceCount;
H A Dex.h1547 (SIZE_T)InterlockedExchange64((PLONG64)(Target), (LONG64)(Value))
/reactos/sdk/include/psdk/
H A Dbasetsd.h183 typedef __int64 LONG64, *PLONG64; typedef
/reactos/sdk/include/ndk/
H A Dkefuncs.h67 return InterlockedBitTestAndSet64((PLONG64)Affinity, Index); in InterlockedBitTestAndSetAffinity()
77 return InterlockedBitTestAndReset64((PLONG64)Affinity, Index); in InterlockedBitTestAndResetAffinity()
/reactos/ntoskrnl/ke/
H A Dthrdschd.c17 InterlockedOr64((PLONG64)Destination, SetMember);