Searched refs:nstime_add (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | nstime.c | 74 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()
|
D | decay.c | 386 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/ |
D | nstime.h | 20 void nstime_add(nstime_t *time, const nstime_t *addend);
|
D | mutex.h | 179 nstime_add(&sum->tot_wait_time, &data->tot_wait_time); in malloc_mutex_prof_merge()
|
D | private_namespace.h | 237 #define nstime_add JEMALLOC_N(nstime_add) macro
|
D | private_namespace_jet.h | 240 #define nstime_add JEMALLOC_N(nstime_add) macro
|
/external/jemalloc_new/src/ |
D | nstime.c | 52 nstime_add(nstime_t *time, const nstime_t *addend) { in nstime_add() function
|
D | mutex.c | 94 nstime_add(&data->tot_wait_time, &delta); in malloc_mutex_lock_slow()
|
D | background_thread.c | 268 nstime_add(&info->tot_sleep_time, &after_sleep); 793 nstime_add(&stats->run_interval, &info->tot_sleep_time);
|
D | arena.c | 435 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()
|