Home
last modified time | relevance | path

Searched refs:tot_wait_time (Results 1 – 4 of 4) sorted by relevance

/external/jemalloc_new/src/
Dmutex.c94 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
107 nstime_init(&data->tot_wait_time, 0); in mutex_prof_data_init()
Dctl.c2742 nstime_ns(&l.tot_wait_time), uint64_t) \ in CTL_RO_NL_CGEN()
/external/jemalloc_new/include/jemalloc/internal/
Dmutex.h179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
Dmutex_prof.h73 nstime_t tot_wait_time; member