HomeSort by: relevance | last modified time | path
    Searched defs:nstime_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
nstime.h 19 } nstime_t; typedef in typeref:struct:__anon6758
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/include/jemalloc/internal/
nstime.h 19 } nstime_t; typedef in typeref:struct:__anon6837
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/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...]

Completed in 15 milliseconds