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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h22 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
H A Dprivate_namespace.h274 #define nstime_subtract JEMALLOC_N(nstime_subtract) macro
/freebsd-13-stable/contrib/jemalloc/src/
H A Dmutex.c103 nstime_subtract(&delta, &before);
H A Dnstime.c66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { function
H A Dbackground_thread.c265 nstime_subtract(&after_sleep, &before_sleep);
691 nstime_subtract(&diff, &decay->epoch);
H A Darena.c245 nstime_subtract(&astats->uptime, &arena->create_time);
628 nstime_subtract(&delta, &decay->epoch);

Completed in 73 milliseconds