Searched refs:nstime_monotonic (Results 1 – 15 of 15) sorted by relevance
154 #undef nstime_monotonic155 #define nstime_monotonic JEMALLOC_N(n_nstime_monotonic) macro158 nstime_monotonic(void) in nstime_monotonic() function165 #undef nstime_monotonic166 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro167 nstime_monotonic_t *nstime_monotonic = JEMALLOC_N(n_nstime_monotonic); variable
1486 if (unlikely(!nstime_monotonic() && nstime_compare(&arena->decay.epoch, in arena_maybe_purge_decay()
258 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()
182 nstime_monotonic(); in TEST_BEGIN()
35 extern nstime_monotonic_t *nstime_monotonic;39 bool nstime_monotonic(void);
362 nstime_monotonic
362 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
362 #undef nstime_monotonic
457 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()
205 nstime_monotonic(); in TEST_BEGIN()
29 extern nstime_monotonic_t *JET_MUTABLE nstime_monotonic;
250 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
247 #define nstime_monotonic JEMALLOC_N(nstime_monotonic) macro
153 nstime_monotonic_t *JET_MUTABLE nstime_monotonic = nstime_monotonic_impl; variable
632 if (unlikely(!nstime_monotonic() && nstime_compare(&decay->epoch, &time) in arena_maybe_decay()