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

  /external/jemalloc/include/jemalloc/internal/
ticker.h 4 typedef struct ticker_s ticker_t; typedef in typeref:struct:ticker_s
24 void ticker_init(ticker_t *ticker, int32_t nticks);
25 void ticker_copy(ticker_t *ticker, const ticker_t *other);
26 int32_t ticker_read(const ticker_t *ticker);
27 bool ticker_ticks(ticker_t *ticker, int32_t nticks);
28 bool ticker_tick(ticker_t *ticker);
33 ticker_init(ticker_t *ticker, int32_t nticks)
41 ticker_copy(ticker_t *ticker, const ticker_t *other
    [all...]
tcache.h 98 ticker_t gc_ticker; /* Drives incremental GC. */
jemalloc_internal.h 549 ticker_t *decay_ticker_get(tsd_t *tsd, unsigned ind);
837 JEMALLOC_INLINE ticker_t *
arena.h 474 ticker_t decay_ticker;
    [all...]
  /external/jemalloc/test/unit/
ticker.c 7 ticker_t ticker;
32 ticker_t ticker;
51 ticker_t ta, tb;
decay.c 23 ticker_t *decay_ticker;

Completed in 152 milliseconds