Home
last modified time | relevance | path

Searched refs:__kmp_stats_thread_ptr (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h861 extern KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr;
889 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample(value)
902 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
931 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
932 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
936 __kmp_stats_thread_ptr->getPartitionedTimers(), \
937 explicitTimer(__kmp_stats_thread_ptr->getTimer(TIMER_##name), \
941 __kmp_stats_thread_ptr->getPartitionedTimers()->push(explicitTimer( \
942 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
945 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
[all …]
Dkmp_stats.cpp242 __kmp_stats_thread_ptr->incrementNestValue(); in start()
256 stats_ptr = __kmp_stats_thread_ptr; in stop()
260 __kmp_stats_thread_ptr->getNestValue(), timerEnumValue); in stop()
Dkmp_global.cpp35 KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr = NULL; variable
Dz_Linux_util.cpp541 __kmp_stats_thread_ptr = ((kmp_info_t *)thr)->th.th_stats; in __kmp_launch_worker()
542 __kmp_stats_thread_ptr->startLife(); in __kmp_launch_worker()
793 th->th.th_stats = __kmp_stats_thread_ptr; in __kmp_create_worker()
Dkmp_runtime.cpp3688 __kmp_stats_thread_ptr = __kmp_stats_list->push_back(gtid); in __kmp_register_root()
3689 __kmp_stats_thread_ptr->startLife(); in __kmp_register_root()