Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c161 static prof_thr_node_t *log_thr_first = NULL; variable
422 if (log_thr_first == NULL) { in prof_log_thr_index()
423 log_thr_first = new_node; in prof_log_thr_index()
2446 prof_thr_node_t *node = log_thr_first; in prof_log_thr_count()
2583 prof_thr_node_t *thr_node = log_thr_first; in prof_log_emit_threads()
2765 log_thr_first = NULL; in prof_log_stop()