Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A 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()
H A Dctl.c2742 nstime_ns(&l.tot_wait_time), uint64_t) \ in CTL_RO_NL_CGEN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmutex.h179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
H A Dmutex_prof.h73 nstime_t tot_wait_time; member