Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_omp.h112 offset_and_size_t th_teams_microtask; // entry address for teams construct member
Dkmp_runtime.cpp747 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_enter_single()
990 if (master_th->th.th_teams_microtask) { // are we inside the teams? in __kmp_fork_team_threads()
1039 thr->th.th_teams_microtask = master_th->th.th_teams_microtask; in __kmp_fork_team_threads()
1501 if (master_th->th.th_teams_microtask && ap && in __kmp_fork_call()
1967 if (!master_th->th.th_teams_microtask || level > teams_level) { in __kmp_fork_call()
2052 if (!master_th->th.th_teams_microtask || level > teams_level) { in __kmp_fork_call()
2175 && !master_th->th.th_teams_microtask) { // not in teams construct in __kmp_fork_call()
2337 if (master_th->th.th_teams_microtask) { in __kmp_join_call()
2388 (!master_th->th.th_teams_microtask || /* not in teams construct */ in __kmp_join_call()
2404 if (master_th->th.th_teams_microtask && !exit_teams && in __kmp_join_call()
[all …]
Dkmp_sched.cpp388 __kmp_forkjoin_frames_mode == 3 && th->th.th_teams_microtask == NULL && in __kmp_for_static_init()
488 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_for_static_init()
730 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_team_static_init()
Dkmp_debugger.cpp105 offset_and_size_of(kmp_base_info_t, th_teams_microtask),
Dkmp_barrier.cpp880 ->th.th_teams_microtask) // are we inside the teams construct? in __kmp_hierarchical_barrier_gather()
1112 ->th.th_teams_microtask) { // are we inside the teams construct? in __kmp_hierarchical_barrier_release()
1455 (this_thr->th.th_teams_microtask == NULL || // either not in teams in __kmp_barrier_template()
1843 (this_thr->th.th_teams_microtask == NULL || // either not in teams in __kmp_join_barrier()
Dkmp_dispatch.cpp146 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_dispatch_init_algorithm()
857 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL && in __kmp_dispatch_init()
2211 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct in __kmp_dist_get_bounds()
Dkmp_ftn_entry.h650 if (th->th.th_teams_microtask) { in KMP_EXPAND_NAME()
Dkmp_csupport.cpp382 this_thr->th.th_teams_microtask = microtask; in __kmpc_fork_teams()
433 this_thr->th.th_teams_microtask = NULL; in __kmpc_fork_teams()
3306 if (th->th.th_teams_microtask) { in __kmp_swap_teams_for_teams_reduction()
Dkmp.h2523 microtask_t th_teams_microtask; /* save entry address for teams construct */ member