Searched refs:KMP_PLACE_UNDEFINED (Results 1 – 3 of 3) sorted by relevance
4012 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()
5238 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()
996 #define KMP_PLACE_UNDEFINED (-2) macro