Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
Ddecay.c386 nstime_add(&deadline, &decay_ms); in decay_ticker_helper()
407 nstime_add(&time_mock, &update_interval); in decay_ticker_helper()
/external/jemalloc_new/include/jemalloc/internal/
Dnstime.h20 void nstime_add(nstime_t *time, const nstime_t *addend);
Dmutex.h179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
Dprivate_namespace.h237 #define nstime_add JEMALLOC_N(nstime_add) macro
Dprivate_namespace_jet.h240 #define nstime_add JEMALLOC_N(nstime_add) macro
/external/jemalloc_new/src/
Dnstime.c52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
Dmutex.c94 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
Dbackground_thread.c268 nstime_add(&info->tot_sleep_time, &after_sleep);
793 nstime_add(&stats->run_interval, &info->tot_sleep_time);
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()