Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h732 int _nestLevel; // one per thread variable
743 _nestLevel(0), _event_vector(), next(this), prev(this), state(IDLE), in kmp_stats_list()
757 inline void incrementNestValue() { _nestLevel++; } in incrementNestValue()
758 inline int getNestValue() { return _nestLevel; } in getNestValue()
759 inline void decrementNestValue() { _nestLevel--; } in decrementNestValue()