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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
nstime.h 21 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; variable
63 nstime_copy(time, &nstime_zero);
68 int diff = nstime_compare(time, &nstime_zero);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
nstime.h 21 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; variable
63 nstime_copy(time, &nstime_zero);
68 int diff = nstime_compare(time, &nstime_zero);
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
nstime.h 26 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; variable
68 nstime_copy(time, &nstime_zero);
73 int diff = nstime_compare(time, &nstime_zero);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
nstime.h 26 static const nstime_t nstime_zero = NSTIME_ZERO_INITIALIZER; variable
68 nstime_copy(time, &nstime_zero);
73 int diff = nstime_compare(time, &nstime_zero);

Completed in 20 milliseconds