Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp6017 kmp_team_t **volatile pteam; in __kmp_launch_thread() local
6066 pteam = &this_thr->th.th_team; in __kmp_launch_thread()
6069 if (TCR_SYNC_PTR(*pteam) && !TCR_4(__kmp_global.g.g_done)) { in __kmp_launch_thread()
6071 if (TCR_SYNC_PTR((*pteam)->t.t_pkfn) != NULL) { in __kmp_launch_thread()
6075 gtid, (*pteam)->t.t_id, __kmp_tid_from_gtid(gtid), in __kmp_launch_thread()
6076 (*pteam)->t.t_pkfn)); in __kmp_launch_thread()
6078 updateHWFPControl(*pteam); in __kmp_launch_thread()
6086 rc = (*pteam)->t.t_invoke(gtid); in __kmp_launch_thread()
6091 gtid, (*pteam)->t.t_id, __kmp_tid_from_gtid(gtid), in __kmp_launch_thread()
6092 (*pteam)->t.t_pkfn)); in __kmp_launch_thread()