| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| nstime.h | 19 } nstime_t; typedef in typeref:struct:__anon18 21 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; 23 void nstime_init(nstime_t *time, uint64_t ns); 24 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec); 25 uint64_t nstime_ns(const nstime_t *time); 26 uint64_t nstime_sec(const nstime_t *time); 27 uint64_t nstime_msec(const nstime_t *time); 28 uint64_t nstime_nsec(const nstime_t *time); 29 void nstime_copy(nstime_t *time, const nstime_t *source) [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| nstime.h | 19 } nstime_t; typedef in typeref:struct:__anon86 21 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; 23 void nstime_init(nstime_t *time, uint64_t ns); 24 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec); 25 uint64_t nstime_ns(const nstime_t *time); 26 uint64_t nstime_sec(const nstime_t *time); 27 uint64_t nstime_msec(const nstime_t *time); 28 uint64_t nstime_nsec(const nstime_t *time); 29 void nstime_copy(nstime_t *time, const nstime_t *source) [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| nstime.h | 24 } nstime_t; typedef in typeref:struct:__anon32 26 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; 28 void nstime_init(nstime_t *time, uint64_t ns); 29 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec); 30 uint64_t nstime_ns(const nstime_t *time); 31 uint64_t nstime_ms(const nstime_t *time); 32 uint64_t nstime_sec(const nstime_t *time); 33 uint64_t nstime_nsec(const nstime_t *time); 34 void nstime_copy(nstime_t *time, const nstime_t *source) [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| nstime.h | 24 } nstime_t; typedef in typeref:struct:__anon134 26 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; 28 void nstime_init(nstime_t *time, uint64_t ns); 29 void nstime_init2(nstime_t *time, uint64_t sec, uint64_t nsec); 30 uint64_t nstime_ns(const nstime_t *time); 31 uint64_t nstime_ms(const nstime_t *time); 32 uint64_t nstime_sec(const nstime_t *time); 33 uint64_t nstime_nsec(const nstime_t *time); 34 void nstime_copy(nstime_t *time, const nstime_t *source) [all...] |