Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h868 extern KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr;
896 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample((double)value)
909 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
938 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
939 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
943 __kmp_stats_thread_ptr->getPartitionedTimers(), \
949 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
952 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
956 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
959 __kmp_stats_thread_ptr->setState(state_name)
[all …]
H A Dkmp_stats.cpp245 __kmp_stats_thread_ptr->incrementNestValue(); in start()
259 stats_ptr = __kmp_stats_thread_ptr; in stop()
263 __kmp_stats_thread_ptr->getNestValue(), timerEnumValue); in stop()
H A Dkmp_global.cpp35 KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr = NULL; variable
H A Dz_Linux_util.cpp478 __kmp_stats_thread_ptr = ((kmp_info_t *)thr)->th.th_stats; in __kmp_launch_worker()
479 __kmp_stats_thread_ptr->startLife(); in __kmp_launch_worker()
731 th->th.th_stats = __kmp_stats_thread_ptr; in __kmp_create_worker()
H A Dkmp_runtime.cpp3821 __kmp_stats_thread_ptr = __kmp_stats_list->push_back(gtid); in __kmp_register_root()
3822 __kmp_stats_thread_ptr->startLife(); in __kmp_register_root()