Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/jemalloc/src/
H A Dprof.c123 prof_thr_node_t *next;
161 static prof_thr_node_t *log_thr_first = NULL;
162 static prof_thr_node_t *log_thr_last = NULL;
411 prof_thr_node_t dummy_node; in prof_log_thr_index()
413 prof_thr_node_t *node; in prof_log_thr_index()
419 prof_thr_node_t *new_node = (prof_thr_node_t *) in prof_log_thr_index()
2177 const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; in prof_thr_node_hash()
2183 const prof_thr_node_t *thr_node1 = (prof_thr_node_t *)k1; in prof_thr_node_keycomp()
2184 const prof_thr_node_t *thr_node2 = (prof_thr_node_t *)k2; in prof_thr_node_keycomp()
2446 prof_thr_node_t *node = log_thr_first; in prof_log_thr_count()
[all …]