mirror of
https://github.com/reactos/reactos.git
synced 2025-04-28 09:29:07 +00:00
change xInterlockedAddLargeStatistic and ExInterlockedCompareExchange64 to be implemented.
svn path=/trunk/; revision=9577
This commit is contained in:
parent
5a9d7b96f4
commit
d2a5a8678b
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: interlck.c,v 1.11 2003/07/12 10:24:45 chorns Exp $
|
||||
/* $Id: interlck.c,v 1.12 2004/06/01 01:00:25 sedwards Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -177,7 +177,7 @@ ExInterlockedIncrementLong (PLONG Addend,
|
|||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
VOID FASTCALL
|
||||
ExInterlockedAddLargeStatistic (IN PLARGE_INTEGER Addend,
|
||||
|
@ -190,7 +190,7 @@ ExInterlockedAddLargeStatistic (IN PLARGE_INTEGER Addend,
|
|||
}
|
||||
|
||||
/*
|
||||
* @unimplemented
|
||||
* @implemented
|
||||
*/
|
||||
LONGLONG FASTCALL
|
||||
ExInterlockedCompareExchange64 (IN OUT PLONGLONG Destination,
|
||||
|
|
Loading…
Reference in a new issue