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

  /src/external/bsd/jemalloc.old/dist/src/
pac.c 16 static uint64_t pac_time_until_deferred_work(tsdn_t *tsdn, pai_t *self);
101 pac->pai.time_until_deferred_work = &pac_time_until_deferred_work;
296 pac_time_until_deferred_work(tsdn_t *tsdn, pai_t *self) { function
  /src/external/bsd/jemalloc/dist/src/
pac.c 16 static uint64_t pac_time_until_deferred_work(tsdn_t *tsdn, pai_t *self);
103 pac->pai.time_until_deferred_work = &pac_time_until_deferred_work;
374 pac_time_until_deferred_work(tsdn_t *tsdn, pai_t *self) { function

Completed in 34 milliseconds