Searched refs:stats_ptr (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp251 kmp_stats_list *stats_ptr /* = nullptr */) {
258 if (!stats_ptr)
259 stats_ptr = __kmp_stats_thread_ptr;
260 stats_ptr->push_event(
264 stats_ptr->decrementNestValue();
H A Dkmp_stats.h508 void stop(tsc_tick_count tick, kmp_stats_list *stats_ptr = nullptr);

Completed in 149 milliseconds