Home
last modified time | relevance | path

Searched defs:tsc_interval_t (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.h31 explicit tsc_interval_t(int64_t _value) : value(_value) {} in tsc_interval_t() function
34 tsc_interval_t() : value(0) {} // Construct 0 time duration in tsc_interval_t() function