Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp4012 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4013 root_thread->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4014 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4015 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4657 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4658 new_thr->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4659 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4660 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
H A Dkmp_affinity.cpp5238 th->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
5239 th->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
H A Dkmp.h996 #define KMP_PLACE_UNDEFINED (-2) macro