Searched refs:nstime_subtract (Results 1 – 10 of 10) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | nstime.c | 110 nstime_subtract(&nsta, &nstb); in TEST_BEGIN() 117 nstime_subtract(&nsta, &nstb); in TEST_BEGIN() 198 nstime_subtract(&nsta, &nstc); in TEST_BEGIN()
|
D | background_thread.c | 103 nstime_subtract(&now, &start); in TEST_BEGIN()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | nstime.h | 22 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
|
D | private_namespace.h | 252 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
|
D | private_namespace_jet.h | 255 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
|
/external/jemalloc_new/test/src/ |
D | timer.c | 20 nstime_subtract(&delta, &timer->t0); in timer_usec()
|
/external/jemalloc_new/src/ |
D | nstime.c | 66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract() function
|
D | mutex.c | 91 nstime_subtract(&delta, &before); in malloc_mutex_lock_slow()
|
D | background_thread.c | 267 nstime_subtract(&after_sleep, &before_sleep); 679 nstime_subtract(&diff, &decay->epoch);
|
D | arena.c | 201 nstime_subtract(&astats->uptime, &arena->create_time); in arena_stats_merge() 528 nstime_subtract(&delta, &decay->epoch); in arena_decay_epoch_advance_helper()
|