Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp778 th->th.th_teams_microtask == NULL && in __kmp_enter_single()
1073 thr->th.th_teams_microtask = master_th->th.th_teams_microtask; in __kmp_fork_team_threads()
1555 if (master_th->th.th_teams_microtask && ap && in __kmp_fork_call()
2386 if (master_th->th.th_teams_microtask) { in __kmp_join_call()
2528 if (!master_th->th.th_teams_microtask || in __kmp_join_call()
2914 if (thr->th.th_teams_microtask) { in __kmp_get_ancestor_thread_num()
2974 if (thr->th.th_teams_microtask) { in __kmp_get_team_size()
5228 if (master->th.th_teams_microtask) { in __kmp_allocate_team()
5232 thr->th.th_teams_microtask = master->th.th_teams_microtask; in __kmp_allocate_team()
7084 KMP_DEBUG_ASSERT(thr->th.th_teams_microtask); in __kmp_teams_master()
[all …]
H A Dkmp_omp.h114 offset_and_size_t th_teams_microtask; // entry address for teams construct member
H A Dkmp_sched.cpp357 th->th.th_teams_microtask == NULL && in __kmp_for_static_init()
474 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_for_static_init()
716 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_team_static_init()
H A Dkmp_debugger.cpp107 offset_and_size_of(kmp_base_info_t, th_teams_microtask),
H A Dkmp_barrier.cpp828 ->th.th_teams_microtask) // are we inside the teams construct? in __kmp_hierarchical_barrier_gather()
1058 ->th.th_teams_microtask) { // are we inside the teams construct? in __kmp_hierarchical_barrier_release()
1372 this_thr->th.th_teams_microtask == NULL && in __kmp_barrier()
1731 this_thr->th.th_teams_microtask == NULL && in __kmp_join_barrier()
H A Dkmp_dispatch.cpp125 th->th.th_teams_microtask == NULL && in __kmp_dispatch_init_algorithm()
811 th->th.th_teams_microtask == NULL && in __kmp_dispatch_init()
2160 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_get_bounds()
H A Dkmp_ftn_entry.h649 if (th->th.th_teams_microtask) { in KMP_EXPAND_NAME()
H A Dkmp_csupport.cpp389 this_thr->th.th_teams_microtask = microtask; in __kmpc_fork_teams()
429 this_thr->th.th_teams_microtask = NULL; in __kmpc_fork_teams()
3307 if (th->th.th_teams_microtask) { in __kmp_swap_teams_for_teams_reduction()
H A Dkmp.h2481 microtask_t th_teams_microtask; /* save entry address for teams construct */ member