Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h98 offset_and_size_t th_serial_team; // serial team under this thread member
H A Dkmp_runtime.cpp1197 serial_team = this_thr->th.th_serial_team; in __kmp_serialized_parallel()
1263 this_thr->th.th_serial_team = serial_team; in __kmp_serialized_parallel()
1484 if (parent_team == master_th->th.th_serial_team) { in __kmp_fork_in_teams()
1729 master_th->th.th_serial_team->t.t_pkfn = microtask; in __kmp_serial_fork_call()
1734 master_th->th.th_serial_team->t.t_ident = loc; in __kmp_serial_fork_call()
1737 master_th->th.th_serial_team->t.t_level--; in __kmp_serial_fork_call()
1799 KMP_DEBUG_ASSERT(master_th->th.th_team == master_th->th.th_serial_team); in __kmp_serial_fork_call()
2708 parent_team != master_th->th.th_serial_team && in __kmp_join_call()
2711 master_th->th.th_serial_team USE_NESTED_HOT_ARG(NULL)); in __kmp_join_call()
2712 master_th->th.th_serial_team = parent_team; in __kmp_join_call()
[all …]
H A Dkmp_debugger.cpp94 offset_and_size_of(kmp_base_info_t, th_serial_team),
H A Dkmp_tasking.cpp4175 if (team == this_thr->th.th_serial_team ||
4256 KMP_DEBUG_ASSERT(team != this_thr->th.th_serial_team);
H A Dkmp_csupport.cpp642 serial_team = this_thr->th.th_serial_team; in __kmpc_end_serialized_parallel()
H A Dkmp.h3010 *th_serial_team; /*serialized team held in reserve*/ member