Home
last modified time | relevance | path

Searched refs:nstime_init_zero (Results 1 – 8 of 8) sorted by relevance

/src/contrib/jemalloc/src/
H A Dmutex.c125 nstime_init_zero(&data->max_wait_time); in mutex_prof_data_init()
126 nstime_init_zero(&data->tot_wait_time); in mutex_prof_data_init()
H A Dnstime.c279 nstime_init_zero(time); in nstime_init_update()
285 nstime_init_zero(time); in nstime_prof_init_update()
H A Dhpa_hooks.c55 nstime_init_zero(r_nstime); in hpa_hooks_curtime()
H A Dbackground_thread.c77 nstime_init_zero(&info->tot_sleep_time);
674 nstime_init_zero(&stats->run_interval);
H A Dprof_recent.c369 nstime_init_zero(&tail->dalloc_time); in prof_recent_alloc()
H A Dhpa.c207 nstime_init_zero(&shard->last_purge); in hpa_shard_init()
H A Dctl.c1297 nstime_init_zero(&stats->run_interval); in ctl_background_thread_stats_read()
/src/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h62 nstime_init_zero(nstime_t *time) { in nstime_init_zero() function