Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
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()
Dnstime.c205 nstime_monotonic(); in TEST_BEGIN()
/external/jemalloc_new/include/jemalloc/internal/
Dnstime.h29 extern nstime_monotonic_t *JET_MUTABLE nstime_monotonic;
Dprivate_namespace.h247 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
Dprivate_namespace_jet.h250 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
/external/jemalloc_new/src/
Dnstime.c153 nstime_monotonic_t *JET_MUTABLE nstime_monotonic = nstime_monotonic_impl; variable
Darena.c632 if (unlikely(!nstime_monotonic() && nstime_compare(&decay->epoch, &time) in arena_maybe_decay()