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

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h112 offset_and_size_t th_teams_microtask; // entry address for teams construct member in struct:__anon3442
H A Dkmp_debugger.cpp105 offset_and_size_of(kmp_base_info_t, th_teams_microtask),
H A Dkmp_runtime.cpp738 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL &&
981 if (master_th->th.th_teams_microtask) { // are we inside the teams?
1030 thr->th.th_teams_microtask = master_th->th.th_teams_microtask;
1492 if (master_th->th.th_teams_microtask && ap &&
1932 if (!master_th->th.th_teams_microtask || level > teams_level) {
2017 if (!master_th->th.th_teams_microtask || level > teams_level) {
2140 && !master_th->th.th_teams_microtask) { // not in teams construct
2298 if (master_th->th.th_teams_microtask) {
2351 !master_th->th.th_teams_microtask) { /* no
[all...]
H A Dkmp_sched.cpp381 __kmp_forkjoin_frames_mode == 3 && th->th.th_teams_microtask == NULL &&
479 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct
720 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct
H A Dkmp_barrier.cpp880 ->th.th_teams_microtask) // are we inside the teams construct?
1111 ->th.th_teams_microtask) { // are we inside the teams construct?
1454 this_thr->th.th_teams_microtask == NULL &&
1840 __kmp_forkjoin_frames_mode && this_thr->th.th_teams_microtask == NULL &&
H A Dkmp_dispatch.cpp138 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL &&
848 KMP_MASTER_GTID(gtid) && th->th.th_teams_microtask == NULL &&
2191 KMP_DEBUG_ASSERT(th->th.th_teams_microtask); // we are in the teams construct
H A Dkmp_ftn_entry.h650 if (th->th.th_teams_microtask) {
H A Dkmp_csupport.cpp382 this_thr->th.th_teams_microtask = microtask;
433 this_thr->th.th_teams_microtask = NULL;
3315 if (th->th.th_teams_microtask) {
H A Dkmp.h2434 microtask_t th_teams_microtask; /* save entry address for teams construct */ member in struct:kmp_base_info

Completed in 180 milliseconds