Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dnstime.c44 assert_d_eq(nstime_compare(&nsta, &nstb), 1, in TEST_BEGIN()
46 assert_d_eq(nstime_compare(&nstb, &nsta), -1, in TEST_BEGIN()
50 assert_d_eq(nstime_compare(&nsta, &nstb), -1, in TEST_BEGIN()
52 assert_d_eq(nstime_compare(&nstb, &nsta), 1, in TEST_BEGIN()
56 assert_d_eq(nstime_compare(&nsta, &nstb), 1, in TEST_BEGIN()
58 assert_d_eq(nstime_compare(&nstb, &nsta), -1, in TEST_BEGIN()
62 assert_d_eq(nstime_compare(&nsta, &nstb), -1, in TEST_BEGIN()
64 assert_d_eq(nstime_compare(&nstb, &nsta), 1, in TEST_BEGIN()
76 assert_d_eq(nstime_compare(&nsta, &nstb), 0, in TEST_BEGIN()
83 assert_d_eq(nstime_compare(&nsta, &nstb), 0, in TEST_BEGIN()
[all …]
H A Ddecay.c409 } while (nstime_compare(&time, &deadline) <= 0 && ((dirty_npurge1 == in decay_ticker_helper()
/f-stack/app/redis-5.0.5/deps/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.c95 if (nstime_compare(&data->max_wait_time, &delta) < 0) { in malloc_mutex_lock_slow()
H A Dbackground_thread.c266 if (nstime_compare(&after_sleep, &before_sleep) > 0) {
676 if (nstime_compare(&diff, &decay->epoch) <= 0) {
H A Darena.c447 return (nstime_compare(&decay->deadline, time) <= 0); in arena_decay_deadline_reached()
632 if (unlikely(!nstime_monotonic() && nstime_compare(&decay->epoch, &time) in arena_maybe_decay()
647 assert(nstime_compare(&decay->epoch, &time) <= 0); in arena_maybe_decay()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h19 int nstime_compare(const nstime_t *a, const nstime_t *b);
H A Dmutex.h180 if (nstime_compare(&sum->max_wait_time, &data->max_wait_time) < 0) { in malloc_mutex_prof_merge()