HomeSort by: relevance | last modified time | path
    Searched refs:time_ms (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
decay.h 37 atomic_zd_t time_ms; member in struct:decay_s
92 return atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
arena_structs_b.h 30 atomic_zd_t time_ms; member in struct:arena_decay_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
decay.h 37 atomic_zd_t time_ms; member in struct:decay_s
92 return atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
arena_structs_b.h 30 atomic_zd_t time_ms; member in struct:arena_decay_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
decay.h 39 atomic_zd_t time_ms; member in struct:decay_s
94 return atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
decay.h 39 atomic_zd_t time_ms; member in struct:decay_s
94 return atomic_load_zd(&decay->time_ms, ATOMIC_RELAXED);
arena_structs_b.h 30 atomic_zd_t time_ms; member in struct:arena_decay_s
  /src/external/bsd/jemalloc.old/dist/src/
decay.c 32 atomic_store_zd(&decay->time_ms, decay_ms, ATOMIC_RELAXED);
  /src/external/bsd/jemalloc/dist/src/
decay.c 32 atomic_store_zd(&decay->time_ms, decay_ms, ATOMIC_RELAXED);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 3344 uint64_t time_ms; /* Time in milliseconds */ local
3360 time_ms = time_us / 1000;
3362 (unsigned int)(time_ms / 1000), (unsigned int)(time_ms % 1000));
3372 time_ms = time_us / 1000;
3374 (unsigned int)(time_ms / 1000), (unsigned int)(time_ms % 1000));

Completed in 19 milliseconds