Searched defs:get_system_affinity (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/openmp/runtime/src/ | ||
H A D | kmp_affinity.h | 60 int get_system_affinity(bool abort_on_error) override { in get_system_affinity() function |
H A D | kmp.h | 772 virtual int get_system_affinity(bool abort_on_error) { return -1; } get_system_affinity() function |