Home
last modified time | relevance | path

Searched refs:cpu_relax (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
DStabilizedCallback.h61 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro
64 #define cpu_relax() asm volatile("":::"memory") macro
67 #define cpu_relax() asm volatile("yield" ::: "memory") macro
/third_party/node/deps/uv/src/unix/
Datomic-ops.h26 UV_UNUSED(static void cpu_relax(void));
52 UV_UNUSED(static void cpu_relax(void)) { in UV_UNUSED()
Dspinlock.h38 while (!uv_spinlock_trylock(spinlock)) cpu_relax(); in UV_UNUSED()
Dasync.c103 cpu_relax(); in uv__async_spin()
/third_party/libuv/src/unix/
Datomic-ops.h26 UV_UNUSED(static void cpu_relax(void));
52 UV_UNUSED(static void cpu_relax(void)) { in UV_UNUSED()
Dspinlock.h38 while (!uv_spinlock_trylock(spinlock)) cpu_relax(); in UV_UNUSED()
/third_party/skia/third_party/externals/oboe/src/common/
DStabilizedCallback.cpp99 for (int i = 0; i < opsPerStep; i++) cpu_relax(); in generateLoad()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtinjpage.c52 #define cpu_relax() asm volatile("rep ; nop" ::: "memory") macro
54 #define cpu_relax() mb() macro
529 cpu_relax(); in waitfor()
/third_party/node/deps/uv/
DChangeLog460 * unix: implement cpu_relax() on ppc64 (Ben Noordhuis)
862 * unix: implement cpu_relax() for arm (David Carlier)
/third_party/libuv/
DChangeLog460 * unix: implement cpu_relax() on ppc64 (Ben Noordhuis)
862 * unix: implement cpu_relax() for arm (David Carlier)