Home
last modified time | relevance | path

Searched refs:nstime_iadd (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h21 void nstime_iadd(nstime_t *time, uint64_t addend);
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dnstime.c92 nstime_iadd(&nsta, 1); in TEST_BEGIN()
98 nstime_iadd(&nsta, BILLION + 1); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c59 nstime_iadd(nstime_t *time, uint64_t addend) { in nstime_iadd() function
H A Dbackground_thread.c243 nstime_iadd(&next_wakeup, interval);
251 nstime_iadd(&ts_wakeup, interval);