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

/freebsd-current/contrib/jemalloc/src/
H A Dprof.c2177 const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; local
2178 hash(&thr_node->thr_uid, sizeof(uint64_t), 0x94122f35U, r_hash);
2583 prof_thr_node_t *thr_node = log_thr_first; local
2585 while (thr_node != NULL) {
2589 &thr_node->thr_uid);
2591 char *thr_name = thr_node->name;
2597 thr_old_node = thr_node;
2598 thr_node = thr_node->next;

Completed in 309 milliseconds