Searched refs:_XABORT_CODE (Results 1 – 3 of 3) sorted by relevance
24 #define _XABORT_CODE(x) (((x) >> 24) & 0xFF) macro
38 #define _XABORT_CODE(x) (((x) >> 24) & 0xFF) macro
1721 #define _XABORT_CODE(x) ((unsigned char)(((x) >> 24) & 0xFF)) macro2789 if ((status & _XABORT_EXPLICIT) && _XABORT_CODE(status) == 0xff) { in __kmp_acquire_rtm_lock()