HomeSort by relevance Sort by last modified time
    Searched refs:FastInterlockedExchange (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 77 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
98 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
113 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
135 LONG result = FastInterlockedExchange(
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-windows.h 76 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
97 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
112 inline LONG FastInterlockedExchange(volatile LONG* ptr, LONG newval) {
134 LONG result = FastInterlockedExchange(

Completed in 790 milliseconds