OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr_uid
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
prof.c
138
uint64_t a_thr_uid = a->
thr_uid
;
139
uint64_t b_thr_uid = b->
thr_uid
;
178
uint64_t a_uid = a->
thr_uid
;
179
uint64_t b_uid = b->
thr_uid
;
542
prof_tdata_mutex_choose(uint64_t
thr_uid
)
545
return (&tdata_locks[
thr_uid
% PROF_NTDATA_LOCKS]);
802
ret.p->
thr_uid
= tdata->
thr_uid
;
1115
"%"FMTu64"]\n", tctx->
thr_uid
, tctx->dump_cnts.curobjs,
1272
tdata->
thr_uid
, tdata->cnt_summed.curobjs
1712
uint64_t
thr_uid
;
local
1842
uint64_t
thr_uid
= tdata->
thr_uid
;
local
[
all
...]
/external/jemalloc/include/jemalloc/internal/
prof.h
96
uint64_t
thr_uid
;
member in struct:prof_tctx_s
112
* share the same
thr_uid
, multiple "consumers" can each concurrently
180
uint64_t
thr_uid
;
member in struct:prof_tdata_s
184
* associated with the same
thr_uid
.
Completed in 55 milliseconds