Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h723 explicitTimer thread_life_timer; variable
734 : thread_life_timer(&_timers[TIMER_OMP_worker_thread_life], in kmp_stats_list()
747 inline void startLife() { thread_life_timer.start(tsc_tick_count::now()); } in startLife()
748 inline void endLife() { thread_life_timer.stop(tsc_tick_count::now(), this); } in endLife()