Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h759 inline void decrementNestValue() { _nestLevel--; } in decrementNestValue() function
H A Dkmp_stats.cpp264 stats_ptr->decrementNestValue(); in stop()