Searched refs:thr_uid (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | prof.c | 371 uint64_t thr_uid; in prof_log_bt_index() 374 thr_uid = next_thr_uid; in prof_log_bt_index() 378 return thr_uid; in prof_log_bt_index() 389 uint64_t thr_uid = tdata->thr_uid; in prof_log_bt_index() 396 return prof_tdata_init_impl(tsd, thr_uid, thr_discrim, thread_name, in prof_log_bt_index() 125 uint64_t thr_uid; global() member 407 prof_log_thr_index(tsd_t * tsd,uint64_t thr_uid,const char * name) prof_log_thr_index() argument 816 prof_tdata_mutex_choose(uint64_t thr_uid) prof_tdata_mutex_choose() argument 2190 uint64_t thr_uid; prof_thr_uid_alloc() local 2201 prof_tdata_init_impl(tsd_t * tsd,uint64_t thr_uid,uint64_t thr_discrim,char * thread_name,bool active) prof_tdata_init_impl() argument 2322 uint64_t thr_uid = tdata->thr_uid; prof_tdata_reinit() local
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | prof_structs.h | 52 uint64_t thr_uid; 74 * share the same thr_uid, multiple "consumers" can each concurrently 151 uint64_t thr_uid; 155 * associated with the same thr_uid. 55 uint64_t thr_uid; global() member 139 uint64_t thr_uid; global() member
|