Searched refs:thr_discrim (Results 1 – 4 of 4) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_structs.h | 56 uint64_t thr_discrim; member 145 uint64_t thr_discrim; member
|
/external/jemalloc/src/ |
D | prof.c | 142 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_new/src/ |
D | prof.c | 157 uint64_t a_thr_discrim = a->thr_discrim; in prof_tctx_comp() 158 uint64_t b_thr_discrim = b->thr_discrim; in prof_tctx_comp() 197 uint64_t a_discrim = a->thr_discrim; in rb_gen() 198 uint64_t b_discrim = b->thr_discrim; in rb_gen() 832 ret.p->thr_discrim = tdata->thr_discrim; in prof_lookup() 1903 prof_tdata_init_impl(tsd_t *tsd, uint64_t thr_uid, uint64_t thr_discrim, in prof_tdata_init_impl() argument 1919 tdata->thr_discrim = thr_discrim; in prof_tdata_init_impl() 2025 uint64_t thr_discrim = tdata->thr_discrim + 1; in prof_tdata_reinit() local 2031 return prof_tdata_init_impl(tsd, thr_uid, thr_discrim, thread_name, in prof_tdata_reinit()
|
/external/jemalloc/include/jemalloc/internal/ |
D | prof.h | 97 uint64_t thr_discrim; member 186 uint64_t thr_discrim; member
|