Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h757 inline void incrementNestValue() { _nestLevel++; } in incrementNestValue() function
H A Dkmp_stats.cpp245 __kmp_stats_thread_ptr->incrementNestValue(); in start()