Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h29 extern nstime_monotonic_t *JET_MUTABLE nstime_monotonic;
/freebsd/contrib/jemalloc/src/
H A Dnstime.c153 nstime_monotonic_t *JET_MUTABLE nstime_monotonic = nstime_monotonic_impl; variable
H A Darena.c732 if (unlikely(!nstime_monotonic() && nstime_compare(&decay->epoch, &time) in arena_maybe_decay()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h269 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro