Home
last modified time | relevance | path

Searched refs:nstime_sec (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dnstime.c10 assert_u64_eq(nstime_sec(&nst), 42, "sec incorrectly read"); in TEST_BEGIN()
19 assert_u64_eq(nstime_sec(&nst), 42, "sec incorrectly read"); in TEST_BEGIN()
30 assert_u64_eq(nstime_sec(&nstb), 42, "sec incorrectly copied"); in TEST_BEGIN()
H A Dbackground_thread.c104 assert_u64_lt(nstime_sec(&now), 1000, in TEST_BEGIN()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dnstime.h15 uint64_t nstime_sec(const nstime_t *time);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dnstime.c32 nstime_sec(const nstime_t *time) { in nstime_sec() function
H A Dbackground_thread.c253 ts.tv_sec = (size_t)nstime_sec(&ts_wakeup);