mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
KeAcquire/ReleaseQueuedSpinlock belong to ntoskrnl on amd64
svn path=/branches/ros-amd64-bringup/; revision=35742
This commit is contained in:
@@ -3631,14 +3631,22 @@ IoVerifyVolume (
|
||||
IN BOOLEAN AllowRawMount
|
||||
);
|
||||
|
||||
#ifdef _M_AMD64
|
||||
NTKERNELAPI
|
||||
#else
|
||||
NTHALAPI
|
||||
#endif
|
||||
KIRQL
|
||||
FASTCALL
|
||||
KeAcquireQueuedSpinLock (
|
||||
IN KSPIN_LOCK_QUEUE_NUMBER Number
|
||||
);
|
||||
|
||||
#ifdef _M_AMD64
|
||||
NTKERNELAPI
|
||||
#else
|
||||
NTHALAPI
|
||||
#endif
|
||||
VOID
|
||||
FASTCALL
|
||||
KeReleaseQueuedSpinLock (
|
||||
|
||||
Reference in New Issue
Block a user