Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dnstime.c11 assert_u64_eq(nstime_nsec(&nst), 43, "nsec incorrectly read"); in TEST_BEGIN()
20 assert_u64_eq(nstime_nsec(&nst), 43, "nsec incorrectly read"); in TEST_BEGIN()
31 assert_u64_eq(nstime_nsec(&nstb), 43, "nsec incorrectly copied"); in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h17 uint64_t nstime_nsec(const nstime_t *time);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c37 nstime_nsec(const nstime_t *time) { in nstime_nsec() function
H A Dbackground_thread.c254 ts.tv_nsec = (size_t)nstime_nsec(&ts_wakeup);