Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dnstime.c32 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
43 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
78 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
85 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
98 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
136 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
143 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
156 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
162 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
170 nstime_copy(&nstb, &nsta); in TEST_BEGIN()
[all …]
Ddecay.c25 nstime_copy(time, &time_mock); in nstime_update_mock()
278 nstime_copy(&deadline, &time); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
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 …]
Ddecay.c33 nstime_copy(time, &time_mock); in nstime_update_mock()
385 nstime_copy(&deadline, &time); in decay_ticker_helper()
/external/jemalloc/src/
Dnstime.c41 nstime_copy(nstime_t *time, const nstime_t *source) in nstime_copy() function
179 nstime_copy(&old_time, time); in nstime_update()
184 nstime_copy(time, &old_time); in nstime_update()
Darena.c1255 nstime_copy(&arena->decay.deadline, &arena->decay.epoch); in arena_decay_deadline_init()
1343 nstime_copy(&delta, time); in arena_decay_epoch_advance_helper()
1349 nstime_copy(&delta, &arena->decay.interval); in arena_decay_epoch_advance_helper()
1497 nstime_copy(&arena->decay.epoch, &time); in arena_maybe_purge_decay()
/external/jemalloc_new/src/
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()
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()
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()
Dbackground_thread.c250 nstime_copy(&ts_wakeup, &before_sleep);
/external/jemalloc/test/src/
Dtimer.c15 nstime_copy(&timer->t1, &timer->t0); in timer_stop()
24 nstime_copy(&delta, &timer->t1); in timer_usec()
/external/jemalloc_new/test/src/
Dtimer.c11 nstime_copy(&timer->t1, &timer->t0); in timer_stop()
19 nstime_copy(&delta, &timer->t1); in timer_usec()
/external/jemalloc/include/jemalloc/internal/
Dnstime.h26 void nstime_copy(nstime_t *time, const nstime_t *source);
Dprivate_symbols.txt356 nstime_copy
Dprivate_namespace.h356 #define nstime_copy JEMALLOC_N(nstime_copy) macro
Dprivate_unnamespace.h356 #undef nstime_copy
/external/jemalloc_new/include/jemalloc/internal/
Dnstime.h18 void nstime_copy(nstime_t *time, const nstime_t *source);
Dmutex.h181 nstime_copy(&sum->max_wait_time, &data->max_wait_time); in malloc_mutex_prof_merge()
Dprivate_namespace_jet.h242 #define nstime_copy JEMALLOC_N(nstime_copy) macro
Dprivate_namespace.h239 #define nstime_copy JEMALLOC_N(nstime_copy) macro