Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/src/
H A Dprof.c125 uint64_t thr_uid; member
412 dummy_node.thr_uid = thr_uid; in prof_log_thr_index()
432 new_node->thr_uid = thr_uid; in prof_log_thr_index()
1099 ret.p->thr_uid = tdata->thr_uid; in prof_lookup()
2185 return thr_node1->thr_uid == thr_node2->thr_uid; in prof_thr_node_keycomp()
2190 uint64_t thr_uid; in prof_thr_uid_alloc() local
2193 thr_uid = next_thr_uid; in prof_thr_uid_alloc()
2197 return thr_uid; in prof_thr_uid_alloc()
2216 tdata->thr_uid = thr_uid; in prof_tdata_init_impl()
2322 uint64_t thr_uid = tdata->thr_uid; in prof_tdata_reinit() local
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h55 uint64_t thr_uid; member
139 uint64_t thr_uid; member