Searched refs:nstime_compare (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/jemalloc/src/
H A Dnstime.c48 nstime_compare(const nstime_t *a, const nstime_t *b) function
67 assert(nstime_compare(time, subtrahend) >= 0);
139 if (unlikely(nstime_compare(&old_time, time) > 0)) {
H A Darena.c1276 return (nstime_compare(&arena->decay_deadline, time) <= 0);
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h33 int nstime_compare(const nstime_t *a, const nstime_t *b);
H A Dprivate_namespace.h355 #define nstime_compare JEMALLOC_N(nstime_compare) macro

Completed in 124 milliseconds