Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp5773 kmp_team_t **volatile pteam; in __kmp_launch_thread() local
5822 pteam = &this_thr->th.th_team; in __kmp_launch_thread()
5825 if (TCR_SYNC_PTR(*pteam) && !TCR_4(__kmp_global.g.g_done)) { in __kmp_launch_thread()
5827 if (TCR_SYNC_PTR((*pteam)->t.t_pkfn) != NULL) { in __kmp_launch_thread()
5831 gtid, (*pteam)->t.t_id, __kmp_tid_from_gtid(gtid), in __kmp_launch_thread()
5832 (*pteam)->t.t_pkfn)); in __kmp_launch_thread()
5834 updateHWFPControl(*pteam); in __kmp_launch_thread()
5842 rc = (*pteam)->t.t_invoke(gtid); in __kmp_launch_thread()
5847 gtid, (*pteam)->t.t_id, __kmp_tid_from_gtid(gtid), in __kmp_launch_thread()
5848 (*pteam)->t.t_pkfn)); in __kmp_launch_thread()