Go to the documentation of this file. 1 #ifndef FWCore_Concurrency_hardware_pause_h 2 #define FWCore_Concurrency_hardware_pause_h 25 #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 2) 26 #define hardware_pause() asm("") 28 #if defined(__x86_64__) || defined(__i386__) 30 #define hardware_pause() asm("pause")