Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_structs.h55 uint64_t thr_uid; member
139 uint64_t thr_uid; member
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c153 uint64_t a_thr_uid = a->thr_uid; in prof_tctx_comp()
154 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp()
192 uint64_t a_uid = a->thr_uid; in rb_gen()
193 uint64_t b_uid = b->thr_uid; in rb_gen()
548 prof_tdata_mutex_choose(uint64_t thr_uid) { in prof_tdata_mutex_choose() argument
831 ret.p->thr_uid = tdata->thr_uid; in prof_lookup()
1892 uint64_t thr_uid; in prof_thr_uid_alloc() local
1895 thr_uid = next_thr_uid; in prof_thr_uid_alloc()
1899 return thr_uid; in prof_thr_uid_alloc()
1918 tdata->thr_uid = thr_uid; in prof_tdata_init_impl()
[all …]