Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h112 offset_and_size_t th_teams_microtask; // entry address for teams construct member
H A Dkmp_runtime.cpp729 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_enter_single()
984 if (master_th->th.th_teams_microtask) { // are we inside the teams? in __kmp_fork_team_threads()
1033 thr->th.th_teams_microtask = master_th->th.th_teams_microtask; in __kmp_fork_team_threads()
1449 return (master_th->th.th_teams_microtask && ap && in __kmp_is_fork_in_teams()
2119 if (!master_th->th.th_teams_microtask || level > teams_level) { in __kmp_fork_call()
2155 if (master_th->th.th_teams_microtask && in __kmp_fork_call()
2168 if (!master_th->th.th_teams_microtask || in __kmp_fork_call()
2227 if (!master_th->th.th_teams_microtask || level > teams_level) { in __kmp_fork_call()
2314 && !master_th->th.th_teams_microtask) { // not in teams construct in __kmp_fork_call()
2483 if (master_th->th.th_teams_microtask) { in __kmp_join_call()
[all …]
H A Dkmp_debugger.cpp105 offset_and_size_of(kmp_base_info_t, th_teams_microtask),
H A Dkmp_sched.cpp420 __kmp_forkjoin_frames_mode == 3 && th->th.th_teams_microtask == NULL && in __kmp_for_static_init()
544 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_for_static_init()
812 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_team_static_init()
H A Dkmp_barrier.cpp1369 ->th.th_teams_microtask) // are we inside the teams construct? in __kmp_hierarchical_barrier_gather()
1588 ->th.th_teams_microtask) { // are we inside the teams construct? in __kmp_hierarchical_barrier_release()
1950 (this_thr->th.th_teams_microtask == NULL || // either not in teams in __kmp_barrier_template()
2355 (this_thr->th.th_teams_microtask == NULL || // either not in teams in __kmp_join_barrier()
H A Dkmp_dispatch.cpp226 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_dispatch_init_algorithm()
1051 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_dispatch_init()
2712 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_get_bounds()
H A Dkmp_csupport.cpp520 this_thr->th.th_teams_microtask = microtask; in __kmpc_fork_teams()
571 this_thr->th.th_teams_microtask = NULL; in __kmpc_fork_teams()
3584 if (th->th.th_teams_microtask) { in __kmp_swap_teams_for_teams_reduction()
H A Dkmp_ftn_entry.h711 if (th->th.th_teams_microtask) { in KMP_EXPAND_NAME()
H A Dkmp.h2953 microtask_t th_teams_microtask; /* save entry address for teams construct */ member