Searched refs:nstime_compare (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/jemalloc/src/ |
H A D | nstime.c | 47 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 D | mutex.c | 107 if (nstime_compare(&data->max_wait_time, &delta) < 0) { in malloc_mutex_lock_slow()
|
H A D | background_thread.c | 264 if (nstime_compare(&after_sleep, &before_sleep) > 0) { 688 if (nstime_compare(&diff, &decay->epoch) <= 0) {
|
H A D | arena.c | 547 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 D | nstime.h | 19 int nstime_compare(const nstime_t *a, const nstime_t *b);
|
H A D | mutex.h | 194 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 D | private_namespace.h | 260 #define nstime_compare JEMALLOC_N(nstime_compare) macro
|