Home
last modified time | relevance | path

Searched defs:prof_tdata_s (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_structs.h135 struct prof_tdata_s { struct
136 malloc_mutex_t *lock;
139 uint64_t thr_uid;
145 uint64_t thr_discrim;
148 char *thread_name;
150 bool attached;
151 bool expired;
160 uint64_t tctx_uid_next;
168 ckh_t bt2tctx;
171 uint64_t prng_state;
[all …]
/external/jemalloc/include/jemalloc/internal/
Dprof.h176 struct prof_tdata_s { struct
177 malloc_mutex_t *lock;
180 uint64_t thr_uid;
186 uint64_t thr_discrim;
189 char *thread_name;
191 bool attached;
192 bool expired;
201 uint64_t tctx_uid_next;
209 ckh_t bt2tctx;
212 uint64_t prng_state;
[all …]