Home
last modified time | relevance | path

Searched refs:KMP_PLACE_UNDEFINED (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp3817 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
3818 root_thread->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
3819 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
3820 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4458 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4459 new_thr->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4460 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4461 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
Dkmp_affinity.cpp4134 th->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
4135 th->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
Dkmp.h861 #define KMP_PLACE_UNDEFINED (-2) macro