Lines Matching refs:__kmp_stats_thread_ptr
871 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->getPartitionedTimers()->pop()
958 __kmp_stats_thread_ptr->getPartitionedTimers()->exchange(explicitTimer( \
959 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
962 __kmp_stats_thread_ptr->setState(state_name)
964 #define KMP_GET_THREAD_STATE() __kmp_stats_thread_ptr->getState()
967 blockThreadState __BTHREADSTATE__(__kmp_stats_thread_ptr->getStatePointer(), \