Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dnstime.c154 #undef nstime_monotonic
155 #define nstime_monotonic JEMALLOC_N(n_nstime_monotonic) macro
158 nstime_monotonic(void) in nstime_monotonic() function
165 #undef nstime_monotonic
166 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
167 nstime_monotonic_t *nstime_monotonic = JEMALLOC_N(n_nstime_monotonic); variable
Darena.c1486 if (unlikely(!nstime_monotonic() && nstime_compare(&arena->decay.epoch, in arena_maybe_purge_decay()
/external/jemalloc/test/unit/
Ddecay.c258 nstime_monotonic_orig = nstime_monotonic; in TEST_BEGIN()
260 nstime_monotonic = nstime_monotonic_mock; in TEST_BEGIN()
272 nstime_monotonic = nstime_monotonic_orig; in TEST_BEGIN()
332 nstime_monotonic_orig = nstime_monotonic; in TEST_BEGIN()
334 nstime_monotonic = nstime_monotonic_mock; in TEST_BEGIN()
360 nstime_monotonic = nstime_monotonic_orig; in TEST_BEGIN()
Dnstime.c182 nstime_monotonic(); in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dnstime.h35 extern nstime_monotonic_t *nstime_monotonic;
39 bool nstime_monotonic(void);
Dprivate_symbols.txt362 nstime_monotonic
Dprivate_namespace.h362 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
Dprivate_unnamespace.h362 #undef nstime_monotonic
/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_jet.h250 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
Dprivate_namespace.h247 #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()