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

  /external/chromium_org/third_party/skia/src/ports/
SkAtomics_win.h 49 return InterlockedCompareExchangePointer(addr, after, before);
  /external/libvpx/libvpx/vpx_ports/
vpx_once.h 43 if (InterlockedCompareExchangePointer(lock_ptr, new_lock, NULL) != NULL)
  /external/skia/src/ports/
SkAtomics_win.h 44 return InterlockedCompareExchangePointer(addr, after, before);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
vpx_once.h 43 if (InterlockedCompareExchangePointer(lock_ptr, new_lock, NULL) != NULL)
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
vpx_once.h 43 if (InterlockedCompareExchangePointer(lock_ptr, new_lock, NULL) != NULL)
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_msvc.cc 84 PVOID result = InterlockedCompareExchangePointer(
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-atomic-private.hh 65 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N), (void *) (O)) == (void *) (O))
  /external/harfbuzz_ng/src/
hb-atomic-private.hh 65 #define hb_atomic_ptr_cmpexch(P,O,N) (InterlockedCompareExchangePointer ((void **) (P), (void *) (N), (void *) (O)) == (void *) (O))
  /external/chromium_org/base/
atomicops_internals_x86_msvc.h 120 PVOID result = InterlockedCompareExchangePointer(
  /external/chromium_org/base/win/
windows_version.cc 28 if (InterlockedCompareExchangePointer(
  /external/chromium_org/v8/src/base/
atomicops_internals_x86_msvc.h 125 PVOID result = InterlockedCompareExchangePointer(
  /external/pixman/pixman/
pixman-compiler.h 149 if (InterlockedCompareExchangePointer ( \
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-windows.h 238 return ::InterlockedCompareExchangePointer(const_cast<PVOID*>(ptr),
276 return ::InterlockedCompareExchangePointer(ptr, newval, oldval);
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-windows.h 229 return ::InterlockedCompareExchangePointer(const_cast<PVOID*>(ptr),
267 return ::InterlockedCompareExchangePointer(ptr, newval, oldval);
  /external/chromium_org/third_party/libxml/src/
threads.c 457 #ifdef InterlockedCompareExchangePointer
458 InterlockedCompareExchangePointer(&global_init_lock, cs, NULL);
462 #endif /* InterlockedCompareExchangePointer */
  /external/chromium_org/url/
gurl.cc 35 if (InterlockedCompareExchangePointer(
451 if (InterlockedCompareExchangePointer(
  /external/libxml2/
threads.c 458 #ifdef InterlockedCompareExchangePointer
459 InterlockedCompareExchangePointer(&global_init_lock, cs, NULL);
463 #endif /* InterlockedCompareExchangePointer */
  /external/chromium_org/sandbox/win/src/
sharedmem_ipc_server.cc 41 if (::InterlockedCompareExchangePointer(&g_alive_mutex, mutex, NULL)) {
win_utils.cc 312 ::InterlockedCompareExchangePointer(
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
implement.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h 822 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
855 PVOID __cdecl InterlockedCompareExchangePointer(PVOID volatile *Destination,PVOID ExChange,PVOID Comperand);
985 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
    [all...]
winnt.h     [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 328 * InterlockedCompareExchangePointer(
333 #define InterlockedCompareExchangePointer(Destination, Exchange, Comparand) \
365 #define InterlockedCompareExchangePointer _InterlockedCompareExchangePointer
    [all...]

Completed in 870 milliseconds