HomeSort by relevance Sort by last modified time
    Searched defs:InterlockedExchange (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
interlockedapi.h 20 WINBASEAPI LONG WINAPI InterlockedExchange (LONG volatile *Target, LONG Value);
25 #define InterlockedExchangePointer(Target, Value) (PVOID)InterlockedExchange ((PLONG) (Target),((LONG) (LONG_PTR) (Value)))
35 __MINGW_INTRIN_INLINE LONG WINAPI InterlockedExchange(LONG volatile *Target, LONG Value) {
winbase.h 639 #define InterlockedExchange _InterlockedExchange
751 LONG __cdecl InterlockedExchange (LONG volatile *Target, LONG Value);
881 #define InterlockedExchange _InterlockedExchange
914 LONG __cdecl InterlockedExchange(LONG volatile *Target, LONG Value);
941 #define InterlockedExchange _InterlockedExchange
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 290 InterlockedExchange(
303 #define InterlockedExchange _InterlockedExchange
324 ((PVOID) InterlockedExchange((PLONG) Target, (LONG) Value))
353 #define InterlockedExchange _InterlockedExchange
    [all...]

Completed in 407 milliseconds