Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h748 inline partitionedTimers *getPartitionedTimers() { in getPartitionedTimers() function
941 __kmp_stats_thread_ptr->getPartitionedTimers()->init(explicitTimer( \
946 __kmp_stats_thread_ptr->getPartitionedTimers(), \
951 __kmp_stats_thread_ptr->getPartitionedTimers()->push(explicitTimer( \
955 __kmp_stats_thread_ptr->getPartitionedTimers()->pop()
958 __kmp_stats_thread_ptr->getPartitionedTimers()->exchange(explicitTimer( \
H A Dkmp_stats.cpp690 ptr->getPartitionedTimers()->windup(); in windupExplicitTimers()