Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h864 extern KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr;
892 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample((double)value)
905 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
934 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
935 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
939 __kmp_stats_thread_ptr->getPartitionedTimers(), \
945 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
948 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
952 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
955 __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.cpp3723 __kmp_stats_thread_ptr = __kmp_stats_list->push_back(gtid); in __kmp_register_root()
3724 __kmp_stats_thread_ptr->startLife(); in __kmp_register_root()