Home
last modified time | relevance | path

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

12345678910>>...136

/dports/devel/hyperscan/boost_1_75_0/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor(); macro
46 # define cpu_relax() asm volatile ("yield" ::: "memory");
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor();
46 # define cpu_relax() asm volatile ("yield" ::: "memory"); in Kind()
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory"); in String()
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor(); macro
46 # define cpu_relax() asm volatile ("yield" ::: "memory");
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/devel/boost-libs/boost_1_72_0/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor(); macro
46 # define cpu_relax() asm volatile ("yield" ::: "memory");
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/devel/boost-python-libs/boost_1_72_0/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor(); macro
46 # define cpu_relax() asm volatile ("yield" ::: "memory");
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor(); macro
46 # define cpu_relax() asm volatile ("yield" ::: "memory");
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/devel/boost-docs/boost_1_72_0/boost/fiber/detail/
H A Dcpu_relax.hpp32 # define cpu_relax() YieldProcessor(); macro
46 # define cpu_relax() asm volatile ("yield" ::: "memory");
48 # define cpu_relax() asm volatile ("nop" ::: "memory");
51 # define cpu_relax() asm volatile ("pause" ::: "memory");
62 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
65 # define cpu_relax() YieldProcessor();
67 # define cpu_relax() asm volatile ("pause" ::: "memory");
70 # define cpu_relax() { \
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/fiber/detail/
H A Dcpu_relax.hpp31 # define cpu_relax() YieldProcessor(); macro
33 # define cpu_relax() asm volatile ("yield" ::: "memory");
36 # define cpu_relax() asm volatile ("pause" ::: "memory");
38 # define cpu_relax() asm volatile ("or 27,27,27" ::: "memory");
41 # define cpu_relax() YieldProcessor();
43 # define cpu_relax() asm volatile ("pause" ::: "memory");
47 # define cpu_relax() std::this_thread::yield();
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-mcontend.c194 cpu_relax(); in stress_memory_contend()
196 cpu_relax(); in stress_memory_contend()
198 cpu_relax(); in stress_memory_contend()
200 cpu_relax(); in stress_memory_contend()
202 cpu_relax(); in stress_memory_contend()
204 cpu_relax(); in stress_memory_contend()
206 cpu_relax(); in stress_memory_contend()
208 cpu_relax(); in stress_memory_contend()
210 cpu_relax(); in stress_memory_contend()
212 cpu_relax(); in stress_memory_contend()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/parking_lot_core/src/
H A Dspinwait.rs45 fn cpu_relax(iterations: u32) { in cpu_relax() function
54 fn cpu_relax(iterations: u32) { in cpu_relax() function
64 fn cpu_relax(iterations: u32) { in cpu_relax() function
73 fn cpu_relax(iterations: u32) { in cpu_relax() function
122 cpu_relax(4 << self.counter); in spin()
140 cpu_relax(4 << self.counter); in spin_no_yield()
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu/qemu-6.2.0/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dprocessor.h13 # define cpu_relax() asm volatile("rep; nop" ::: "memory") macro
16 # define cpu_relax() asm volatile("yield" ::: "memory") macro
20 # define cpu_relax() asm volatile("or 1, 1, 1;" \ macro
24 # define cpu_relax() barrier() macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/watchdog/
H A Domap_wdt.c77 cpu_relax(); in omap_wdt_reload()
84 cpu_relax(); in omap_wdt_reload()
95 cpu_relax(); in omap_wdt_enable()
99 cpu_relax(); in omap_wdt_enable()
109 cpu_relax(); in omap_wdt_disable()
113 cpu_relax(); in omap_wdt_disable()
124 cpu_relax(); in omap_wdt_set_timer()
128 cpu_relax(); in omap_wdt_set_timer()
151 cpu_relax(); in omap_wdt_start()
155 cpu_relax(); in omap_wdt_start()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/watchdog/
H A Domap_wdt.c77 cpu_relax(); in omap_wdt_reload()
84 cpu_relax(); in omap_wdt_reload()
95 cpu_relax(); in omap_wdt_enable()
99 cpu_relax(); in omap_wdt_enable()
109 cpu_relax(); in omap_wdt_disable()
113 cpu_relax(); in omap_wdt_disable()
124 cpu_relax(); in omap_wdt_set_timer()
128 cpu_relax(); in omap_wdt_set_timer()
151 cpu_relax(); in omap_wdt_start()
155 cpu_relax(); in omap_wdt_start()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/watchdog/
H A Domap_wdt.c77 cpu_relax(); in omap_wdt_reload()
84 cpu_relax(); in omap_wdt_reload()
95 cpu_relax(); in omap_wdt_enable()
99 cpu_relax(); in omap_wdt_enable()
109 cpu_relax(); in omap_wdt_disable()
113 cpu_relax(); in omap_wdt_disable()
124 cpu_relax(); in omap_wdt_set_timer()
128 cpu_relax(); in omap_wdt_set_timer()
151 cpu_relax(); in omap_wdt_start()
155 cpu_relax(); in omap_wdt_start()
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/asm/
H A Dspinlock_32.h32 #define _raw_spin_relax(lock) cpu_relax()
34 #define _raw_read_relax(lock) cpu_relax()
35 #define _raw_write_relax(lock) cpu_relax()
/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Dworldmutex.h355 while (!try_read_lock()) cpu_relax(); in read_lock()
359 while (!try_write_lock()) cpu_relax(); in write_lock()
363 while (!try_lock(lockmode)) cpu_relax(); in lock()
388 while (!try_convert_read_lock_to_write_lock()) cpu_relax(); in convert_read_lock_to_write_lock()
450 while (!try_read_lock()) cpu_relax(); in read_lock()
454 while (!try_write_lock()) cpu_relax(); in write_lock()
458 while (!try_lock(lockmode)) cpu_relax(); in lock()
479 while (!try_convert_read_lock_to_write_lock()) cpu_relax(); in convert_read_lock_to_write_lock()
514 while (!myturn) cpu_relax(); in wait()
573 while (!myturn) cpu_relax(); in lock()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/openrisc/include/asm/
H A Dspinlock.h25 #define arch_spin_relax(lock) cpu_relax()
26 #define arch_read_relax(lock) cpu_relax()
27 #define arch_write_relax(lock) cpu_relax()

12345678910>>...136