OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterlockedExchangePointer
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/system_wrappers/include/
fix_interlocked_exchange_pointer_win.h
25
#ifdef
InterlockedExchangePointer
26
#undef
InterlockedExchangePointer
27
// The problem is that the macro provided for
InterlockedExchangePointer
() is
30
inline void*
InterlockedExchangePointer
(void* volatile* target, void* value) {
35
#endif // #ifdef
InterlockedExchangePointer
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h
821
#define
InterlockedExchangePointer
_InterlockedExchangePointer
854
PVOID __cdecl
InterlockedExchangePointer
(PVOID volatile *Target,PVOID Value);
984
#define
InterlockedExchangePointer
_InterlockedExchangePointer
1021
#define
InterlockedExchangePointer
(Target,Value) (PVOID)InterlockedExchange((PLONG)(Target),(LONG)(Value))
[
all
...]
winnt.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h
319
*
InterlockedExchangePointer
(
323
#define
InterlockedExchangePointer
(Target, Value) \
366
#define
InterlockedExchangePointer
_InterlockedExchangePointer
[
all
...]
Completed in 578 milliseconds