Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_log.c298 const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; in prof_thr_node_hash() local
299 hash(&thr_node->thr_uid, sizeof(uint64_t), 0x94122f35U, r_hash); in prof_thr_node_hash()
495 prof_thr_node_t *thr_node = log_thr_first; in prof_log_emit_threads() local
497 while (thr_node != NULL) { in prof_log_emit_threads()
501 &thr_node->thr_uid); in prof_log_emit_threads()
503 char *thr_name = thr_node->name; in prof_log_emit_threads()
509 thr_old_node = thr_node; in prof_log_emit_threads()
510 thr_node = thr_node->next; in prof_log_emit_threads()