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

  /src/external/bsd/jemalloc/dist/src/
nstime.c 85 nstime_copy(nstime_t *time, const nstime_t *source) { function
185 nstime_copy(&now, past);
213 nstime_copy(&old_time, time);
227 nstime_copy(&old_time, time);
232 nstime_copy(time, &old_time);
  /src/external/bsd/jemalloc.old/dist/src/
nstime.c 84 nstime_copy(nstime_t *time, const nstime_t *source) { function
182 nstime_copy(&now, past);
281 nstime_copy(&old_time, time);
295 nstime_copy(&old_time, time);
300 nstime_copy(time, &old_time);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
private_namespace.gen.h 239 #define nstime_copy JEMALLOC_N(nstime_copy) macro
private_namespace.h 239 #define nstime_copy JEMALLOC_N(nstime_copy) macro
  /src/external/bsd/jemalloc/include/jemalloc/internal/
private_namespace.h 429 #define nstime_copy JEMALLOC_N(nstime_copy) macro

Completed in 43 milliseconds