Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_stats.h722 int _nestLevel; // one per thread variable
733 _nestLevel(0), _event_vector(), next(this), prev(this), state(IDLE), in kmp_stats_list()
747 inline void incrementNestValue() { _nestLevel++; } in incrementNestValue()
748 inline int getNestValue() { return _nestLevel; } in getNestValue()
749 inline void decrementNestValue() { _nestLevel--; } in decrementNestValue()