Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h379 if (this_thr->th.th_stats->isIdle() && in __kmp_wait_template()
468 this_thr->th.th_stats->resetIdleFlag(); in __kmp_wait_template()
Dz_Linux_util.cpp541 __kmp_stats_thread_ptr = ((kmp_info_t *)thr)->th.th_stats; in __kmp_launch_worker()
789 th->th.th_stats = __kmp_stats_list->push_back(gtid); in __kmp_create_worker()
793 th->th.th_stats = __kmp_stats_thread_ptr; in __kmp_create_worker()
Dkmp_barrier.cpp1827 team_thread->th.th_stats->setIdleFlag(); in __kmp_join_barrier()
Dkmp.h2639 kmp_stats_list *th_stats; member