Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats.h729 int _nestLevel; // one per thread variable
740 _nestLevel(0), _event_vector(), next(this), prev(this), state(IDLE), in kmp_stats_list()
754 inline void incrementNestValue() { _nestLevel++; } in incrementNestValue()
755 inline int getNestValue() { return _nestLevel; } in getNestValue()
756 inline void decrementNestValue() { _nestLevel--; } in decrementNestValue()