Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.h103 int get_proc_group() const override { in get_proc_group() function
481 int group = get_proc_group(); in set_system_affinity()
564 int get_proc_group() const override { in get_proc_group() function
H A Dkmp.h714 #define __kmp_get_proc_group(mask) (mask)->get_proc_group()
755 virtual int get_proc_group() const { return -1; } in get_proc_group() function