Home
last modified time | relevance | path

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

/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h871 extern KMP_THREAD_LOCAL kmp_stats_list *__kmp_stats_thread_ptr;
899 __kmp_stats_thread_ptr->getTimer(TIMER_##name)->addSample((double)value)
912 __kmp_stats_thread_ptr->getCounter(COUNTER_##name)->increment()
941 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
942 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
946 __kmp_stats_thread_ptr->getPartitionedTimers(), \
947 explicitTimer(__kmp_stats_thread_ptr->getTimer(TIMER_##name), \
951 __kmp_stats_thread_ptr->getPartitionedTimers()->push(explicitTimer( \
952 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
955 __kmp_stats_thread_ptr
[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.cpp547 __kmp_stats_thread_ptr = ((kmp_info_t *)thr)->th.th_stats; in __kmp_launch_worker()
548 __kmp_stats_thread_ptr->startLife(); in __kmp_launch_worker()
798 // For root threads, __kmp_stats_thread_ptr is set in __kmp_register_root(), in __kmp_create_worker()
800 th->th.th_stats = __kmp_stats_thread_ptr; in __kmp_create_worker()
H A Dkmp_runtime.cpp3918 __kmp_stats_thread_ptr = __kmp_stats_list->push_back(gtid); in __kmp_register_root()
3919 __kmp_stats_thread_ptr->startLife(); in __kmp_register_root()