Home
last modified time | relevance | path

Searched refs:_mm_pause (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h22 extern "C" void _mm_pause();
23 #pragma intrinsic(_mm_pause)
77 _mm_pause(); in proc_yield()
/external/skia/src/core/
DSkSpinlock.cpp12 static void pause() { _mm_pause(); } in pause()
/external/libvpx/libvpx/vpx_ports/
Dx86.h323 #define x86_pause_hint() _mm_pause();
/external/libaom/libaom/aom_ports/
Dx86.h322 #define x86_pause_hint() _mm_pause();
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dapi.cpp288 _mm_pause(); in GetDrawContext()
515 _mm_pause(); in SwrWaitForIdle()
529 _mm_pause(); in SwrWaitForIdleFE()
Dthreads.cpp832 _mm_pause(); in workerThreadMain()
/external/clang/test/CodeGen/
Dsse2-builtins.c881 return _mm_pause(); in test_mm_pause()
/external/jemalloc/
Dconfigure.ac288 [[_mm_pause(); return 0;]],
291 CPU_SPINWAIT='_mm_pause()'
/external/clang/lib/Headers/
Demmintrin.h2449 _mm_pause(void) in _mm_pause() function
/external/jemalloc_new/
Dconfigure.ac390 [[_mm_pause(); return 0;]],
393 CPU_SPINWAIT='_mm_pause()'
Dconfigure6891 _mm_pause(); return 0;