Searched refs:nstime_ns (Results 1 – 8 of 8) sorted by relevance
26 uint64_t nstime_ns(const nstime_t *time);
340 nstime_ns
342 #define nstime_ns JEMALLOC_N(nstime_ns) macro
342 #undef nstime_ns
26 return (nstime_ns(&delta) / 1000); in timer_usec()
20 nstime_ns(const nstime_t *time) in nstime_ns() function
1231 nstime_ns(&arena->decay_interval))); in arena_decay_deadline_init()
10 assert_u64_eq(nstime_ns(&nst), 42000000043, "ns incorrectly read"); in TEST_BEGIN()