Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/jemalloc/include/jemalloc/internal/
HDnstime.h21 void nstime_iadd(nstime_t *time, uint64_t addend);
HDprivate_namespace.h263 #define nstime_iadd JEMALLOC_N(nstime_iadd) macro
/freebsd-13-stable/contrib/jemalloc/src/
HDnstime.c59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd() function
HDbackground_thread.c241 nstime_iadd(&next_wakeup, interval);
249 nstime_iadd(&ts_wakeup, interval);