Searched refs:_counters (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h67 mutex_prof_num_##t##_counters \
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.h236 #define FMAN_COUNTERS_TRANS(fsl_counters, _counters) \
237 switch (_counters){ \
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h701 Each node has a _timers, _counters, and _explicitTimers array to hold that
718 counter _counters[COUNTER_LAST + 1]; member in class:kmp_stats_list
736 inline counter *getCounter(counter_e idx) { return &_counters[idx]; }
741 inline counter *getCounters() { return _counters; }

Completed in 53 milliseconds