Home
last modified time | relevance | path

Searched refs:getPartitionedTimers (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h745 inline partitionedTimers *getPartitionedTimers() { in getPartitionedTimers() function
938 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
943 __kmp_stats_thread_ptr->getPartitionedTimers(), \
948 __kmp_stats_thread_ptr->getPartitionedTimers()->push(explicitTimer( \
952 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
955 __kmp_stats_thread_ptr->getPartitionedTimers()->exchange(explicitTimer( \
H A Dkmp_stats.cpp690 ptr->getPartitionedTimers()->windup(); in windupExplicitTimers()