Lines Matching refs:__kmp_stats_thread_ptr
868 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(), \
944 explicitTimer(__kmp_stats_thread_ptr->getTimer(TIMER_##name), \
948 __kmp_stats_thread_ptr->getPartitionedTimers()->push(explicitTimer( \
949 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
952 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
955 __kmp_stats_thread_ptr->getPartitionedTimers()->exchange(explicitTimer( \
956 __kmp_stats_thread_ptr->getTimer(TIMER_##name), TIMER_##name))
959 __kmp_stats_thread_ptr->setState(state_name)
961 #define KMP_GET_THREAD_STATE() __kmp_stats_thread_ptr->getState()
964 blockThreadState __BTHREADSTATE__(__kmp_stats_thread_ptr->getStatePointer(), \