OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterlockedCompareExchange
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h
818
#define
InterlockedCompareExchange
_InterlockedCompareExchange
851
LONG __cdecl
InterlockedCompareExchange
(LONG volatile *Destination,LONG ExChange,LONG Comperand);
868
j =
InterlockedCompareExchange
(Target,i & Set,i);
883
j =
InterlockedCompareExchange
(Target,i | Set,i);
898
j =
InterlockedCompareExchange
(Target,i ^ Set,i);
981
#define
InterlockedCompareExchange
_InterlockedCompareExchange
982
#define InterlockedCompareExchangeAcquire
InterlockedCompareExchange
983
#define InterlockedCompareExchangeRelease
InterlockedCompareExchange
1024
LONG WINAPI
InterlockedCompareExchange
(LONG volatile *Destination,LONG Exchange,LONG Comperand);
[
all
...]
winnt.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
282
InterlockedCompareExchange
(
307
#define
InterlockedCompareExchange
_InterlockedCompareExchange
334
((PVOID)
InterlockedCompareExchange
((PLONG) Destination, (LONG) Exchange, (LONG) Comparand))
355
#define
InterlockedCompareExchange
_InterlockedCompareExchange
[
all
...]
Completed in 1229 milliseconds