Home
last modified time | relevance | path

Searched refs:_XABORT_EXPLICIT (Results 1 – 2 of 2) sorted by path

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Drtmintrin.h18 #define _XABORT_EXPLICIT (1 << 0) macro
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.cpp1699 #define SOFT_ABORT_MASK (_XABORT_RETRY | _XABORT_CONFLICT | _XABORT_EXPLICIT)
1705 #define _XABORT_EXPLICIT (1 << 0) macro
1714 #define SOFT_ABORT_MASK (_XABORT_RETRY | _XABORT_CONFLICT | _XABORT_EXPLICIT)
2780 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()