HomeSort by relevance Sort by last modified time
    Searched defs:ticker_ticks (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ticker.h 27 bool ticker_ticks(ticker_t *ticker, int32_t nticks);
55 ticker_ticks(ticker_t *ticker, int32_t nticks) function
70 return (ticker_ticks(ticker, 1));
private_namespace.h 506 #define ticker_ticks JEMALLOC_N(ticker_ticks) macro
private_unnamespace.h 506 #undef ticker_ticks macro

Completed in 1219 milliseconds