Home
last modified time | relevance | path

Searched refs:nstime_iadd (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dnstime.h21 void nstime_iadd(nstime_t *time, uint64_t addend);
Dprivate_namespace.h239 #define nstime_iadd JEMALLOC_N(nstime_iadd) macro
/freebsd-12-stable/contrib/jemalloc/src/
Dnstime.c59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd() function
Dbackground_thread.c243 nstime_iadd(&next_wakeup, interval);
251 nstime_iadd(&ts_wakeup, interval);