HomeSort by relevance Sort by last modified time
    Searched refs:nstime_add (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/include/jemalloc/internal/
nstime.h 28 void nstime_add(nstime_t *time, const nstime_t *addend);
private_namespace.h 354 #define nstime_add JEMALLOC_N(nstime_add) macro
    [all...]
private_unnamespace.h 354 #undef nstime_add macro
  /external/jemalloc/test/unit/
nstime.c 79 nstime_add(&nsta, &nstb);
86 nstime_add(&nsta, &nstb);
165 nstime_add(&nsta, &nstc);
198 nstime_add(&nst, &addend);
decay.c 279 nstime_add(&deadline, &decay_time);
  /external/jemalloc/src/
nstime.c 55 nstime_add(nstime_t *time, const nstime_t *addend) function
arena.c     [all...]

Completed in 67 milliseconds