Searched refs:time_ms (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Darena_structs_b.h30 atomic_zd_t time_ms; member in struct:arena_decay_s
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Darena_structs_b.h30 atomic_zd_t time_ms; member in struct:arena_decay_s
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Dbackground_thread.c126 ssize_t decay_time = atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
666 ssize_t decay_time = atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
H A Darena.c420 return atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
425 atomic_store_zd(&decay->time_ms, decay_ms, ATOMIC_RELAXED);
/netbsd-current/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c3326 uint64_t time_ms; /* Time in milliseconds */ local
3340 time_ms = time_us / 1000;
3342 (unsigned int)(time_ms / 1000), (unsigned int)(time_ms % 1000));
3351 time_ms = time_us / 1000;
3353 (unsigned int)(time_ms / 1000), (unsigned int)(time_ms % 1000));

Completed in 109 milliseconds