Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dnstime.c110 nstime_subtract(&nsta, &nstb); in TEST_BEGIN()
117 nstime_subtract(&nsta, &nstb); in TEST_BEGIN()
198 nstime_subtract(&nsta, &nstc); in TEST_BEGIN()
Dbackground_thread.c103 nstime_subtract(&now, &start); in TEST_BEGIN()
/external/jemalloc_new/include/jemalloc/internal/
Dnstime.h22 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
Dprivate_namespace.h252 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
Dprivate_namespace_jet.h255 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
/external/jemalloc_new/test/src/
Dtimer.c20 nstime_subtract(&delta, &timer->t0); in timer_usec()
/external/jemalloc_new/src/
Dnstime.c66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract() function
Dmutex.c91 nstime_subtract(&delta, &before); in malloc_mutex_lock_slow()
Dbackground_thread.c267 nstime_subtract(&after_sleep, &before_sleep);
679 nstime_subtract(&diff, &decay->epoch);
Darena.c201 nstime_subtract(&astats->uptime, &arena->create_time); in arena_stats_merge()
528 nstime_subtract(&delta, &decay->epoch); in arena_decay_epoch_advance_helper()