Home
last modified time | relevance | path

Searched refs:tt_threads_data (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_omp.h178 offset_and_size_t tt_threads_data; member
H A Dkmp_tasking.cpp160 // GEH - need to consider what to do if tt_threads_data not allocated yet in __kmp_push_task_stack()
162 &thread->th.th_task_team->tt.tt_threads_data[__kmp_tid_from_gtid(gtid)]; in __kmp_push_task_stack()
219 // GEH - need to consider what to do if tt_threads_data not allocated yet in __kmp_pop_task_stack()
221 &thread->th.th_task_team->tt_threads_data[__kmp_tid_from_gtid(gtid)]; in __kmp_pop_task_stack()
526 KMP_DEBUG_ASSERT(TCR_PTR(task_team->tt.tt_threads_data) != NULL);
535 thread_data = &task_team->tt.tt_threads_data[tid];
1530 kmp_thread_data_t *thread_data = &task_team->tt.tt_threads_data[tid];
3168 KMP_DEBUG_ASSERT(task_team->tt.tt_threads_data !=
3171 thread_data = &task_team->tt.tt_threads_data[__kmp_tid_from_gtid(gtid)];
3245 threads_data = task_team->tt.tt_threads_data;
[all...]
H A Dkmp_debugger.cpp173 offset_and_size_of(kmp_base_task_team_t, tt_threads_data),
H A Dkmp.h2857 *tt_threads_data; /* Array of per-thread structures for task team */
2861 /* TRUE means tt_threads_data is set up and initialized */
2847 *tt_threads_data; /* Array of per-thread structures for task team */ global() member