Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c142 uint64_t a_thr_discrim = a->thr_discrim; in prof_tctx_comp()
143 uint64_t b_thr_discrim = b->thr_discrim; in prof_tctx_comp()
183 uint64_t a_discrim = a->thr_discrim; in rb_gen()
184 uint64_t b_discrim = b->thr_discrim; in rb_gen()
806 ret.p->thr_discrim = tdata->thr_discrim; in prof_lookup()
1793 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, in prof_tdata_init_impl() argument
1809 tdata->thr_discrim = thr_discrim; in prof_tdata_init_impl()
1920 uint64_t thr_discrim = tdata->thr_discrim + 1; in prof_tdata_reinit() local
1926 return (prof_tdata_init_impl(tsd, thr_uid, thr_discrim, thread_name, in prof_tdata_reinit()
/external/jemalloc/include/jemalloc/internal/
Dprof.h97 uint64_t thr_discrim; member
186 uint64_t thr_discrim; member