| 2173 | } |
| 2174 | |
| 2175 | static void |
| 2176 | prof_thr_node_hash(const void *key, size_t r_hash[2]) { |
| 2177 | const prof_thr_node_t *thr_node = (prof_thr_node_t *)key; |
| 2178 | hash(&thr_node->thr_uid, sizeof(uint64_t), 0x94122f35U, r_hash); |
| 2179 | } |
| 2180 | |
| 2181 | static bool |
| 2182 | prof_thr_node_keycomp(const void *k1, const void *k2) { |