Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dnstime.c74 nstime_add(&nsta, &nstb); in TEST_BEGIN()
81 nstime_add(&nsta, &nstb); in TEST_BEGIN()
190 nstime_add(&nsta, &nstc); in TEST_BEGIN()
220 nstime_add(&nst, &addend); in TEST_BEGIN()
H A Ddecay.c386 nstime_add(&deadline, &decay_ms); in decay_ticker_helper()
407 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h20 void nstime_add(nstime_t *time, const nstime_t *addend);
H A Dmutex.h179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
H A Dmutex.c94 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
H A Dbackground_thread.c268 nstime_add(&info->tot_sleep_time, &after_sleep);
793 nstime_add(&stats->run_interval, &info->tot_sleep_time);
H A Darena.c435 nstime_add(&decay->deadline, &decay->interval); in arena_decay_deadline_init()
441 nstime_add(&decay->deadline, &jitter); in arena_decay_deadline_init()
536 nstime_add(&decay->epoch, &delta); in arena_decay_epoch_advance_helper()