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

  /external/skia/src/core/
SkSpinlock.cpp 12 static void pause() { _mm_pause(); }
  /device/google/cuttlefish_common/common/vsoc/shm/
lock.h 25 // For _mm_pause()
28 #define _pause() _mm_pause()
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_atomic_msvc.h 22 extern "C" void _mm_pause();
23 #pragma intrinsic(_mm_pause)
77 _mm_pause();
  /external/libaom/libaom/aom_ports/
x86.h 322 #define x86_pause_hint() _mm_pause();
  /external/libvpx/libvpx/vpx_ports/
x86.h 323 #define x86_pause_hint() _mm_pause();
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 288 _mm_pause();
515 _mm_pause();
529 _mm_pause();
    [all...]
threads.cpp 832 _mm_pause();
    [all...]
  /external/clang/test/CodeGen/
sse2-builtins.c 881 return _mm_pause();
    [all...]
  /external/clang/lib/Headers/
emmintrin.h 2449 _mm_pause(void) function
    [all...]
  /external/jemalloc_new/
configure 6891 _mm_pause(); return 0; function
    [all...]

Completed in 733 milliseconds