OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr_discrim
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
142
uint64_t a_thr_discrim = a->
thr_discrim
;
143
uint64_t b_thr_discrim = b->
thr_discrim
;
183
uint64_t a_discrim = a->
thr_discrim
;
184
uint64_t b_discrim = b->
thr_discrim
;
803
ret.p->
thr_discrim
= tdata->
thr_discrim
;
1843
uint64_t
thr_discrim
= tdata->
thr_discrim
+ 1;
local
[
all
...]
/external/jemalloc/include/jemalloc/internal/
prof.h
97
uint64_t
thr_discrim
;
member in struct:prof_tctx_s
186
uint64_t
thr_discrim
;
member in struct:prof_tdata_s
Completed in 58 milliseconds