Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dnstime.c44 assert_d_eq(nstime_compare(&nsta, &nstb), 0, "Times should be equal"); in TEST_BEGIN()
45 assert_d_eq(nstime_compare(&nstb, &nsta), 0, "Times should be equal"); in TEST_BEGIN()
48 assert_d_eq(nstime_compare(&nsta, &nstb), 1, in TEST_BEGIN()
50 assert_d_eq(nstime_compare(&nstb, &nsta), -1, in TEST_BEGIN()
54 assert_d_eq(nstime_compare(&nsta, &nstb), -1, in TEST_BEGIN()
56 assert_d_eq(nstime_compare(&nstb, &nsta), 1, in TEST_BEGIN()
60 assert_d_eq(nstime_compare(&nsta, &nstb), 1, in TEST_BEGIN()
62 assert_d_eq(nstime_compare(&nstb, &nsta), -1, in TEST_BEGIN()
66 assert_d_eq(nstime_compare(&nsta, &nstb), -1, in TEST_BEGIN()
68 assert_d_eq(nstime_compare(&nstb, &nsta), 1, in TEST_BEGIN()
[all …]
Ddecay.c294 } while (nstime_compare(&time, &deadline) <= 0 && npurge1 == npurge0); in TEST_BEGIN()
/external/jemalloc/src/
Dnstime.c48 nstime_compare(const nstime_t *a, const nstime_t *b) in nstime_compare() function
67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract()
183 if (unlikely(nstime_compare(&old_time, time) > 0)) { in nstime_update()
Darena.c1272 return (nstime_compare(&arena->decay.deadline, time) <= 0); in arena_decay_deadline_reached()
1486 if (unlikely(!nstime_monotonic() && nstime_compare(&arena->decay.epoch, in arena_maybe_purge_decay()
1501 assert(nstime_compare(&arena->decay.epoch, &time) <= 0); in arena_maybe_purge_decay()
/external/jemalloc/include/jemalloc/internal/
Dnstime.h27 int nstime_compare(const nstime_t *a, const nstime_t *b);
Dprivate_symbols.txt355 nstime_compare
Dprivate_namespace.h355 #define nstime_compare JEMALLOC_N(nstime_compare) macro
Dprivate_unnamespace.h355 #undef nstime_compare