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
255 uint64_t a_thr_uid = a->thr_uid; in prof_tctx_comp()
256 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp()
294 uint64_t a_uid = a->thr_uid; in rb_gen()
295 uint64_t b_uid = b->thr_uid; in rb_gen()
407 prof_log_thr_index(tsd_t *tsd, uint64_t thr_uid, const char *name) { in prof_log_thr_index() argument
412 dummy_node.thr_uid = thr_uid; in prof_log_thr_index()
432 new_node->thr_uid = thr_uid; in prof_log_thr_index()
498 new_node->alloc_thr_ind = prof_log_thr_index(tsd, tctx->tdata->thr_uid, in prof_try_log()
500 new_node->free_thr_ind = prof_log_thr_index(tsd, cons_tdata->thr_uid, in prof_try_log()
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h55 uint64_t thr_uid; member
139 uint64_t thr_uid; member