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

  /external/jemalloc/test/unit/
ticker.c 15 assert_false(ticker_tick(&ticker),
20 assert_true(ticker_tick(&ticker),
59 ticker_tick(&ta);
  /external/jemalloc/include/jemalloc/internal/
ticker.h 28 bool ticker_tick(ticker_t *ticker);
67 ticker_tick(ticker_t *ticker) function
tcache.h 263 if (unlikely(ticker_tick(&tcache->gc_ticker)))
private_namespace.h 544 #define ticker_tick JEMALLOC_N(ticker_tick) macro
    [all...]
private_unnamespace.h 544 #undef ticker_tick macro

Completed in 145 milliseconds