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

  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
pai.h 23 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); member in struct:pai_s
60 return self->time_until_deferred_work(tsdn, self);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
pai.h 23 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); member in struct:pai_s
60 return self->time_until_deferred_work(tsdn, self);
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
pai.h 31 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); member in struct:pai_s
82 return self->time_until_deferred_work(tsdn, self);
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
pai.h 31 uint64_t (*time_until_deferred_work)(tsdn_t *tsdn, pai_t *self); member in struct:pai_s
82 return self->time_until_deferred_work(tsdn, self);

Completed in 16 milliseconds