Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h111 int get_proc_group() const override { in get_proc_group() function
635 int group = get_proc_group(); in set_system_affinity()
718 int get_proc_group() const override { in get_proc_group() function
H A Dkmp.h730 #define __kmp_get_proc_group(mask) (mask)->get_proc_group()
775 virtual int get_proc_group() const { return -1; } in get_proc_group() function