Home
last modified time | relevance | path

Searched refs:FORCE_DO_NOTHING (Results 1 – 3 of 3) sorted by relevance

/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-ng.h1393 #define FORCE_DO_NOTHING() __asm__ __volatile__("nop;") macro
1395 #define FORCE_DO_NOTHING() __asm__ __volatile__("") macro
1397 #define FORCE_DO_NOTHING() while (0) macro
H A Dstress-cpu.c411 FORCE_DO_NOTHING(); in stress_cpu_loop()
442 FORCE_DO_NOTHING(); in stress_cpu_gcd()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/debian/
H A Dchangelog7555 * Make FORCE_DO_NOTHING build in a nop before other ways of doing nothing
8966 * Add FORCE_DO_NOTHING macro do force compiler to stop opimizing out loops