Home
last modified time | relevance | path

Searched refs:nstime_update (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Ddecay.c382 nstime_update(&time); in decay_ticker_helper()
408 nstime_update(&time); in decay_ticker_helper()
454 nstime_update(&time_mock); in TEST_BEGIN()
458 nstime_update_orig = nstime_update; in TEST_BEGIN()
460 nstime_update = nstime_update_mock; in TEST_BEGIN()
478 nstime_update = nstime_update_orig; in TEST_BEGIN()
505 nstime_update(&time_mock); in TEST_BEGIN()
509 nstime_update_orig = nstime_update; in TEST_BEGIN()
511 nstime_update = nstime_update_mock; in TEST_BEGIN()
536 nstime_update = nstime_update_orig; in TEST_BEGIN()
H A Dbackground_thread.c88 nstime_update(&start); in TEST_BEGIN()
102 nstime_update(&now); in TEST_BEGIN()
H A Dnstime.c214 assert_false(nstime_update(&nst), "Basic time update failed."); in TEST_BEGIN()
225 assert_true(nstime_update(&nst), in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/test/src/
H A Dtimer.c6 nstime_update(&timer->t0); in timer_start()
12 nstime_update(&timer->t1); in timer_stop()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dmutex.c70 nstime_update(&before); in malloc_mutex_lock_slow()
87 nstime_update(&after); in malloc_mutex_lock_slow()
H A Dnstime.c170 nstime_update_t *JET_MUTABLE nstime_update = nstime_update_impl; variable
H A Darena.c200 nstime_update(&astats->uptime); in arena_stats_merge()
572 nstime_update(&decay->epoch); in arena_decay_reinit()
631 nstime_update(&time); in arena_maybe_decay()
1893 nstime_update(&arena->create_time); in arena_new()
H A Dbackground_thread.c242 nstime_update(&next_wakeup);
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h32 extern nstime_update_t *JET_MUTABLE nstime_update;
/f-stack/app/redis-5.0.5/deps/jemalloc/
H A DChangeLog466 - Fix gettimeofday() version of nstime_update(). (@ronawho)