Home
last modified time | relevance | path

Searched refs:nstime_compare (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dnstime.c47 nstime_compare(const nstime_t *a, const nstime_t *b) { in nstime_compare() function
67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract()
163 if (unlikely(nstime_compare(&old_time, time) > 0)) { in nstime_update_impl()
H A Dmutex.c107 if (nstime_compare(&data->max_wait_time, &delta) < 0) { in malloc_mutex_lock_slow()
H A Dbackground_thread.c264 if (nstime_compare(&after_sleep, &before_sleep) > 0) {
688 if (nstime_compare(&diff, &decay->epoch) <= 0) {
H A Darena.c547 return (nstime_compare(&decay->deadline, time) <= 0); in arena_decay_deadline_reached()
732 if (unlikely(!nstime_monotonic() && nstime_compare(&decay->epoch, &time) in arena_maybe_decay()
747 assert(nstime_compare(&decay->epoch, &time) <= 0); in arena_maybe_decay()
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dnstime.h19 int nstime_compare(const nstime_t *a, const nstime_t *b);
H A Dmutex.h194 if (nstime_compare(&sum->max_wait_time, &data->max_wait_time) < 0) { in malloc_mutex_prof_merge()
272 if (nstime_compare(&source->max_wait_time, &data->max_wait_time) > 0) { in malloc_mutex_prof_accum()
/freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h260 #define nstime_compare JEMALLOC_N(nstime_compare) macro