OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterlockedExchangeAdd64
(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
830
#define
InterlockedExchangeAdd64
_InterlockedExchangeAdd64
843
LONGLONG __cdecl
InterlockedExchangeAdd64
(LONGLONG volatile *Addend,LONGLONG Value);
994
#define
InterlockedExchangeAdd64
_InterlockedExchangeAdd64
[
all
...]
winnt.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
344
#define InterlockedExchangeAddSizeT(a, b)
InterlockedExchangeAdd64
((LONGLONG *)a, (LONGLONG)b)
363
#define
InterlockedExchangeAdd64
_InterlockedExchangeAdd64
380
return
InterlockedExchangeAdd64
(Addend, Value) + Value;
[
all
...]
Completed in 708 milliseconds