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

  /src/external/bsd/jemalloc/dist/src/
nstime.c 92 nstime_compare(const nstime_t *a, const nstime_t *b) { function
118 assert(nstime_compare(time, subtrahend) >= 0);
170 assert(nstime_compare(&now, past) >= 0);
271 if (unlikely(nstime_compare(&old_time, time) > 0)) {
  /src/external/bsd/jemalloc.old/dist/src/
nstime.c 92 nstime_compare(const nstime_t *a, const nstime_t *b) { function
118 assert(nstime_compare(time, subtrahend) >= 0);
170 assert(nstime_compare(&now, past) >= 0);
271 if (unlikely(nstime_compare(&old_time, time) > 0)) {
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.gen.h 238 #define nstime_compare JEMALLOC_N(nstime_compare) macro
private_namespace.h 238 #define nstime_compare JEMALLOC_N(nstime_compare) macro
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 238 #define nstime_compare JEMALLOC_N(nstime_compare) macro
private_namespace.h 238 #define nstime_compare JEMALLOC_N(nstime_compare) macro

Completed in 16 milliseconds