Home
last modified time | relevance | path

Searched refs:nstime_monotonic (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddecay.c457 nstime_monotonic_orig = nstime_monotonic; in TEST_BEGIN()
459 nstime_monotonic = nstime_monotonic_mock; in TEST_BEGIN()
477 nstime_monotonic = nstime_monotonic_orig; in TEST_BEGIN()
508 nstime_monotonic_orig = nstime_monotonic; in TEST_BEGIN()
510 nstime_monotonic = nstime_monotonic_mock; in TEST_BEGIN()
535 nstime_monotonic = nstime_monotonic_orig; in TEST_BEGIN()
H A Dnstime.c205 nstime_monotonic(); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h29 extern nstime_monotonic_t *JET_MUTABLE nstime_monotonic;
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c153 nstime_monotonic_t *JET_MUTABLE nstime_monotonic = nstime_monotonic_impl; variable
H A Darena.c632 if (unlikely(!nstime_monotonic() && nstime_compare(&decay->epoch, &time) in arena_maybe_decay()