Searched refs:nstime_subtract (Results 1 - 7 of 7) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dnstime.h32 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
H A Dprivate_namespace.h345 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
H A Dprivate_unnamespace.h345 #undef nstime_subtract macro
/external/jemalloc/test/src/
H A Dtimer.c25 nstime_subtract(&delta, &timer->t0);
/external/jemalloc/test/unit/
H A Dnstime.c99 nstime_subtract(&nsta, &nstb);
106 nstime_subtract(&nsta, &nstb);
173 nstime_subtract(&nsta, &nstc);
/external/jemalloc/src/
H A Dnstime.c64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) function
H A Darena.c1284 nstime_subtract(&delta, &arena->decay_epoch);

Completed in 343 milliseconds