Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_stats.h850 extern KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr;
878 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample(value)
891 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
920 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
921 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
925 __kmp_stats_thread_ptr->getPartitionedTimers(), \
931 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
934 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
938 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
941 __kmp_stats_thread_ptr->setState(state_name)
[all …]
H A Dkmp_stats.cpp243 __kmp_stats_thread_ptr->incrementNestValue(); in start()
257 stats_ptr = __kmp_stats_thread_ptr; in stop()
261 __kmp_stats_thread_ptr->getNestValue(), timerEnumValue); in stop()
H A Dkmp_global.cpp36 KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr = NULL; variable
H A Dz_Linux_util.cpp517 __kmp_stats_thread_ptr = ((kmp_info_t *)thr)->th.th_stats; in __kmp_launch_worker()
518 __kmp_stats_thread_ptr->startLife(); in __kmp_launch_worker()
794 th->th.th_stats = __kmp_stats_thread_ptr; in __kmp_create_worker()
H A Dkmp_runtime.cpp3740 __kmp_stats_thread_ptr = __kmp_stats_list->push_back(gtid); in __kmp_register_root()
3741 __kmp_stats_thread_ptr->startLife(); in __kmp_register_root()