Searched refs:thr_node (Results 1 – 1 of 1) sorted by relevance
2177 const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; in prof_thr_node_hash() local2178 hash(&thr_node->thr_uid, sizeof(uint64_t), 0x94122f35U, r_hash); in prof_thr_node_hash()2583 prof_thr_node_t *thr_node = log_thr_first; in prof_log_emit_threads() local2585 while (thr_node != NULL) { in prof_log_emit_threads()2589 &thr_node->thr_uid); in prof_log_emit_threads()2591 char *thr_name = thr_node->name; in prof_log_emit_threads()2597 thr_old_node = thr_node; in prof_log_emit_threads()2598 thr_node = thr_node->next; in prof_log_emit_threads()