Searched refs:nstime_subtract (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | nstime.c | 110 nstime_subtract(&nsta, &nstb); in TEST_BEGIN() 117 nstime_subtract(&nsta, &nstb); in TEST_BEGIN() 198 nstime_subtract(&nsta, &nstc); in TEST_BEGIN()
|
| H A D | background_thread.c | 103 nstime_subtract(&now, &start); in TEST_BEGIN()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | nstime.h | 22 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | timer.c | 20 nstime_subtract(&delta, &timer->t0); in timer_usec()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | nstime.c | 66 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) { in nstime_subtract() function
|
| H A D | mutex.c | 91 nstime_subtract(&delta, &before); in malloc_mutex_lock_slow()
|
| H A D | background_thread.c | 267 nstime_subtract(&after_sleep, &before_sleep); 679 nstime_subtract(&diff, &decay->epoch);
|
| H A D | arena.c | 201 nstime_subtract(&astats->uptime, &arena->create_time); in arena_stats_merge() 528 nstime_subtract(&delta, &decay->epoch); in arena_decay_epoch_advance_helper()
|