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

  /external/jemalloc/test/unit/
ticker.c 10 ticker_init(&ticker, NTICKS);
34 ticker_init(&ticker, NTICKS);
53 ticker_init(&ta, NTICKS);
  /external/jemalloc/include/jemalloc/internal/
ticker.h 24 void ticker_init(ticker_t *ticker, int32_t nticks);
33 ticker_init(ticker_t *ticker, int32_t nticks) function
private_namespace.h 503 #define ticker_init JEMALLOC_N(ticker_init) macro
private_unnamespace.h 503 #undef ticker_init macro
  /external/jemalloc/src/
tcache.c 335 ticker_init(&tcache->gc_ticker, TCACHE_GC_INCR);
jemalloc.c 546 ticker_init(&arenas_tdata[i].decay_ticker,
    [all...]

Completed in 74 milliseconds