Home
last modified time | relevance | path

Searched refs:cpu_relax (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/oboe/include/oboe/
H A DStabilizedCallback.h57 * cpu_relax is an architecture specific method of telling the CPU that you don't want it to
61 #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
70 #error "cpu_relax is not defined for this architecture"
/third_party/node/deps/uv/src/unix/
H A Datomic-ops.h26 UV_UNUSED(static void cpu_relax(void));
52 UV_UNUSED(static void cpu_relax(void)) { in UV_UNUSED() argument
H A Dspinlock.h38 while (!uv_spinlock_trylock(spinlock)) cpu_relax(); in UV_UNUSED()
H A Dasync.c103 cpu_relax(); in uv__async_spin()
/third_party/skia/third_party/externals/oboe/src/common/
H A DStabilizedCallback.cpp99 for (int i = 0; i < opsPerStep; i++) cpu_relax(); in generateLoad()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtinjpage.c52 #define cpu_relax() asm volatile("rep ; nop" ::: "memory") macro
54 #define cpu_relax() mb() macro
529 cpu_relax(); in waitfor()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtinjpage.c52 #define cpu_relax() asm volatile("rep ; nop" ::: "memory") macro
54 #define cpu_relax() mb() macro
529 cpu_relax(); in waitfor()

Completed in 5 milliseconds