Searched refs:InterlockedExchangeAdd (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c301 return InterlockedExchangeAdd(dest, incr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c301 return InterlockedExchangeAdd(dest, incr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c255 return InterlockedExchangeAdd(dest, incr);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c301 return InterlockedExchangeAdd(dest, incr);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c314 return InterlockedExchangeAdd(dest, incr);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_win95.h314 #define _MD_ATOMIC_ADD(ptr,val) (InterlockedExchangeAdd((PLONG)ptr, (LONG)val) + val)
H A D_winnt.h326 #define _MD_ATOMIC_ADD(ptr,val) (InterlockedExchangeAdd((PLONG)ptr, (LONG)val) + val)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinbase.h2347 extern inline LONG WINAPI InterlockedExchangeAdd( LONG volatile *dest, LONG incr );
2348 extern inline LONG WINAPI InterlockedExchangeAdd( LONG volatile *dest, LONG incr ) function
2359 return InterlockedExchangeAdd( dest, 1 ) + 1;
2365 return InterlockedExchangeAdd( dest, -1 ) - 1;
2373 WINBASEAPI LONG WINAPI InterlockedExchangeAdd(LONG volatile*,LONG);
2457 static inline LONG WINAPI InterlockedExchangeAdd( LONG volatile *dest, LONG incr ) function
2472 return InterlockedExchangeAdd( dest, 1 ) + 1;
2477 return InterlockedExchangeAdd( dest, -1 ) - 1;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinbase.h2592 static FORCEINLINE LONG WINAPI InterlockedExchangeAdd( LONG volatile *dest, LONG incr ) function
2602 return InterlockedExchangeAdd( dest, 1 ) + 1;
2607 return InterlockedExchangeAdd( dest, -1 ) - 1;
2615 WINBASEAPI LONG WINAPI InterlockedExchangeAdd(LONG volatile*,LONG);
2668 static FORCEINLINE LONG WINAPI InterlockedExchangeAdd( LONG volatile *dest, LONG incr ) function
2722 static FORCEINLINE LONG WINAPI InterlockedExchangeAdd( LONG volatile *dest, LONG incr ) function

Completed in 70 milliseconds