HomeSort by relevance Sort by last modified time
    Searched full:interlockedcompareexchange (Results 1 - 18 of 18) sorted by null

  /external/llvm/cmake/modules/
CheckAtomic.cmake 13 InterlockedCompareExchange(&val, 0, 1);
  /external/chromium/sdch/open-vcdiff/testdata/
configure.ac.v0.1 46 AC_CHECK_FUNCS([InterlockedCompareExchange])
  /external/open-vcdiff/testdata/
configure.ac.v0.1 46 AC_CHECK_FUNCS([InterlockedCompareExchange])
  /external/webrtc/src/system_wrappers/source/
atomic32_win.cc 60 const LONG oldValue = InterlockedCompareExchange(
  /external/chromium/base/
atomicops_internals_x86_msvc.h 19 LONG result = InterlockedCompareExchange(
  /external/icu4c/common/
umutex.cpp 232 long previousState = InterlockedCompareExchange(
257 // Using InterlockedCompareExchange to do it ensures that all
259 previousState = InterlockedCompareExchange(&initOnce->fState, 2, 1);
  /external/webkit/Source/WebKit2/Platform/win/
WorkQueueWin.cpp 174 LONG result = ::InterlockedCompareExchange(&m_isWorkThreadRegistered, 1, 0);
181 LONG result = ::InterlockedCompareExchange(&m_isWorkThreadRegistered, 0, 1);
  /external/llvm/lib/Support/
Atomic.cpp 59 return InterlockedCompareExchange(ptr, new_value, old_value);
  /external/v8/src/
atomicops_internals_x86_msvc.h 42 LONG result = InterlockedCompareExchange(
  /external/chromium/base/threading/
thread_local_storage_win.cc 43 if (InterlockedCompareExchange(&tls_key_, value, TLS_OUT_OF_INDEXES) !=
  /external/compiler-rt/BlocksRuntime/
runtime.c 53 long original = InterlockedCompareExchange(dst, newl, oldl);
59 int original = InterlockedCompareExchange(dst, newi, oldi);
  /system/core/adb/
sysdeps_win32.c     [all...]
  /external/libxml2/
threads.c 461 InterlockedCompareExchange((void **) &global_init_lock,
  /bionic/libc/upstream-dlmalloc/
malloc.c 1518 #define interlockedcompareexchange macro
1521 #define interlockedcompareexchange macro
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 1366 #define interlockedcompareexchange macro
    [all...]
  /external/libffi/src/
dlmalloc.c     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1973 milliseconds