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.cpp4006 root_thread->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4007 root_thread->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4008 root_thread->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4009 root_thread->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_register_root()
4656 new_thr->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4657 new_thr->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4658 new_thr->th.th_first_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
4659 new_thr->th.th_last_place = KMP_PLACE_UNDEFINED; in __kmp_allocate_thread()
H A Dkmp_affinity.cpp5222 th->th.th_current_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
5223 th->th.th_new_place = KMP_PLACE_UNDEFINED; in __kmp_aux_set_affinity()
H A Dkmp.h986 #define KMP_PLACE_UNDEFINED (-2) macro