Searched refs:PLONG64 (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/lib/rtl/ |
H A D | slist.c | 135 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 D | stubs.c | 172 InterlockedXor64((PLONG64)&NewProcess->ActiveProcessors, Pcr->Prcb.SetMember); in KiSwapProcess() 173 InterlockedXor64((PLONG64)&OldProcess->ActiveProcessors, Pcr->Prcb.SetMember); in KiSwapProcess()
|
H A D | kiinit.c | 542 while (InterlockedBitTestAndSet64((PLONG64)&KiFreezeExecutionLock, 0)) in KiSystemStartup() 555 InterlockedAnd64((PLONG64)&KiFreezeExecutionLock, 0); in KiSystemStartup()
|
/reactos/ntoskrnl/include/internal/ |
H A D | spinlock.h | 92 InterlockedAnd64((PLONG64)SpinLock, 0); in _Releases_nonreentrant_lock_()
|
H A D | mm.h | 189 InterlockedCompareExchange64((PLONG64)(PointerPte), Exchange, Comperand) 192 InterlockedExchange64((PLONG64)(PointerPte), Value) 209 PLONG64 ReferenceCount;
|
H A D | ex.h | 1547 (SIZE_T)InterlockedExchange64((PLONG64)(Target), (LONG64)(Value))
|
/reactos/sdk/include/psdk/ |
H A D | basetsd.h | 183 typedef __int64 LONG64, *PLONG64; typedef
|
/reactos/sdk/include/ndk/ |
H A D | kefuncs.h | 67 return InterlockedBitTestAndSet64((PLONG64)Affinity, Index); in InterlockedBitTestAndSetAffinity() 77 return InterlockedBitTestAndReset64((PLONG64)Affinity, Index); in InterlockedBitTestAndResetAffinity()
|
/reactos/ntoskrnl/ke/ |
H A D | thrdschd.c | 17 InterlockedOr64((PLONG64)Destination, SetMember);
|