Home
last modified time | relevance | path

Searched defs:_InterlockedCompareExchangePointer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dintrin.h1682 #define _InterlockedCompareExchangePointer _InterlockedCompareExchangePointer_np macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
Dintrin-impl.h1571 void *_InterlockedCompareExchangePointer(void *volatile *Destination, void *ExChange, void *Compera… in _InterlockedCompareExchangePointer() function
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs23360 pub fn _InterlockedCompareExchangePointer( in _InterlockedCompareExchangePointer() function