Searched refs:tt_found_tasks (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h179 offset_and_size_t tt_found_tasks; member in struct:__anon3442
H A Dkmp_debugger.cpp174 offset_and_size_of(kmp_base_task_team_t, tt_found_tasks),
H A Dkmp_tasking.cpp359 KMP_DEBUG_ASSERT(TCR_4(task_team->tt.tt_found_tasks) == TRUE);
3182 if (TCR_4(task_team->tt.tt_found_tasks)) {
3196 if (!TCR_4(task_team->tt.tt_found_tasks)) {
3272 TCW_SYNC_4(task_team->tt.tt_found_tasks, TRUE);
3333 TCW_4(task_team->tt.tt_found_tasks, FALSE);
3495 TCW_4(task_team->tt.tt_found_tasks, FALSE);
H A Dkmp_wait_release.h390 if ((task_team != NULL) && TCR_4(task_team->tt.tt_found_tasks))
H A Dkmp.h2077 // The tt_found_tasks flag is a signal to all threads in the team that tasks
2080 (TCR_SYNC_4((task_team)->tt.tt_found_tasks) == TRUE)
2350 kmp_int32 tt_found_tasks; /* Have we found tasks and queued them while member in struct:kmp_base_task_team

Completed in 100 milliseconds