Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dprof.c139 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp() local
140 int ret = (a_thr_uid > b_thr_uid) - (a_thr_uid < b_thr_uid); in prof_tctx_comp()
/external/jemalloc_new/src/
Dprof.c154 uint64_t b_thr_uid = b->thr_uid; in prof_tctx_comp() local
155 int ret = (a_thr_uid > b_thr_uid) - (a_thr_uid < b_thr_uid); in prof_tctx_comp()