Home
last modified time | relevance | path

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

/external/rust/crates/parking_lot_core/src/
Dspinwait.rs14 fn cpu_relax(iterations: u32) { in cpu_relax() function
54 cpu_relax(1 << self.counter); in spin()
72 cpu_relax(1 << self.counter); in spin_no_yield()
/external/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
/external/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
Dhisi_ipc.c71 static void cpu_relax(void) in cpu_relax() function
87 cpu_relax(); in hisi_ipc_clear_ack()
111 cpu_relax(); in hisi_ipc_send_cmd_with_ack()
/external/rust/crates/spin/src/
Dbarrier.rs17 use core::sync::atomic::spin_loop_hint as cpu_relax;
148 cpu_relax(); in wait()
/external/oboe/src/common/
DStabilizedCallback.cpp99 for (int i = 0; i < opsPerStep; i++) cpu_relax(); in generateLoad()
/external/igt-gpu-tools/tests/
Dkms_cursor_legacy.c33 #define cpu_relax() __builtin_ia32_pause() macro
35 #define cpu_relax() asm volatile("": : :"memory") macro
125 cpu_relax(); in stress()
/external/libchromeos-rs/src/sync/
Dmu.rs185 fn cpu_relax(iterations: usize) { in cpu_relax() function
369 cpu_relax(1 << spin_count); in lock_slow()
502 cpu_relax(1 << spin_count); in unlock_slow()
/external/crosvm/cros_async/src/sync/
Dmu.rs183 fn cpu_relax(iterations: usize) { in cpu_relax() function
367 cpu_relax(1 << spin_count); in lock_slow()
500 cpu_relax(1 << spin_count); in unlock_slow()
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz1Index: linux/arch/i386/Kconfig.debug 2====== ...