Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h55 uint64_t thr_uid; member
139 uint64_t thr_uid; member
/freebsd/contrib/jemalloc/src/
H A Dprof.c125 uint64_t thr_uid; member
407 prof_log_thr_index(tsd_t *tsd, uint64_t thr_uid, const char *name) { in prof_log_thr_index()
816 prof_tdata_mutex_choose(uint64_t thr_uid) { in prof_tdata_mutex_choose()
2190 uint64_t thr_uid; in prof_thr_uid_alloc() local
2201 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, in prof_tdata_init_impl()
2322 uint64_t thr_uid = tdata->thr_uid; in prof_tdata_reinit() local