Searched defs:cpu_relax (Results 1 – 6 of 6) sorted by relevance
61 #define cpu_relax() asm volatile("rep; nop" ::: "memory"); macro64 #define cpu_relax() asm volatile("":::"memory") macro67 #define cpu_relax() asm volatile("yield" ::: "memory") macro
14 fn cpu_relax(iterations: u32) { in cpu_relax() function
71 static void cpu_relax(void) in cpu_relax() function
33 #define cpu_relax() __builtin_ia32_pause() macro35 #define cpu_relax() asm volatile("": : :"memory") macro
183 fn cpu_relax(iterations: usize) { in cpu_relax() function
185 fn cpu_relax(iterations: usize) { in cpu_relax() function