Home
last modified time | relevance | path

Searched refs:KMP_CPU_ISEMPTY (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h717 #define KMP_CPU_ISEMPTY(mask) (mask)->empty() macro
H A Dkmp_affinity.cpp60 if (KMP_CPU_EQUAL(__kmp_affin_fullMask, mask) || KMP_CPU_ISEMPTY(mask)) in restrict_to_mask()