Home
last modified time | relevance | path

Searched refs:nstime_copy (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dnstime.c29 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
39 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
73 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
80 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
109 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
162 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
169 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
181 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
187 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
195 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
[all …]
H A Ddecay.c33 nstime_copy(time, &time_mock); in nstime_update_mock()
385 nstime_copy(&deadline, &time); in decay_ticker_helper()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dtimer.c11 nstime_copy(&timer->t1, &timer->t0); in timer_stop()
19 nstime_copy(&delta, &timer->t1); in timer_usec()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c42 nstime_copy(nstime_t *time, const nstime_t *source) { in nstime_copy() function
159 nstime_copy(&old_time, time); in nstime_update_impl()
164 nstime_copy(time, &old_time); in nstime_update_impl()
H A Dmutex.c73 nstime_copy(&after, &before); in malloc_mutex_lock_slow()
90 nstime_copy(&delta, &after); in malloc_mutex_lock_slow()
96 nstime_copy(&data->max_wait_time, &delta); in malloc_mutex_lock_slow()
H A Darena.c199 nstime_copy(&astats->uptime, &arena->create_time); in arena_stats_merge()
434 nstime_copy(&decay->deadline, &decay->epoch); in arena_decay_deadline_init()
527 nstime_copy(&delta, time); in arena_decay_epoch_advance_helper()
534 nstime_copy(&delta, &decay->interval); in arena_decay_epoch_advance_helper()
643 nstime_copy(&decay->epoch, &time); in arena_maybe_decay()
H A Dbackground_thread.c250 nstime_copy(&ts_wakeup, &before_sleep);
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h18 void nstime_copy(nstime_t *time, const nstime_t *source);
H A Dmutex.h181 nstime_copy(&sum->max_wait_time, &data->max_wait_time); in malloc_mutex_prof_merge()