Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h182 offset_and_size_t tt_active; member
H A Dkmp_debugger.cpp177 offset_and_size_of(kmp_base_task_team_t, tt_active),
H A Dkmp_tasking.cpp3957 if (!task_team->tt.tt_active || team_nth != task_team->tt.tt_nproc) {
3963 TCW_4(task_team->tt.tt_active, TRUE);
4006 CCAST(kmp_uint32 *, &task_team->tt.tt_active),
4007 sizeof(task_team->tt.tt_active));
4312 TCW_SYNC_4(task_team->tt.tt_active, FALSE);
H A Dkmp_wait_release.h541 if (TCR_SYNC_4(task_team->tt.tt_active)) {
H A Dkmp_barrier.cpp276 if (TCR_SYNC_4(task_team->tt.tt_active)) { in __kmp_dist_barrier_gather()
325 if (TCR_SYNC_4(task_team->tt.tt_active)) { in __kmp_dist_barrier_gather()
H A Dkmp.h2876 tt_active; /* is the team still actively executing tasks */ member