Searched refs:_XABORT_CODE (Results 1 – 2 of 2) sorted by relevance
24 #define _XABORT_CODE(x) (((x) >> 24) & 0xFF) macro
1711 #define _XABORT_CODE(x) ((unsigned char)(((x) >> 24) & 0xFF)) macro2780 if ((status & _XABORT_EXPLICIT) && _XABORT_CODE(status) == 0xff) { in __kmp_acquire_rtm_queuing_lock()2861 if ((status & _XABORT_EXPLICIT) && _XABORT_CODE(status) == 0xff) { in __kmp_acquire_rtm_spin_lock()