HomeSort by relevance Sort by last modified time
    Searched defs:ticker_ticks (Results 1 - 4 of 4) 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 545 #define ticker_ticks JEMALLOC_N(ticker_ticks) macro
    [all...]
private_unnamespace.h 545 #undef ticker_ticks macro
  /external/jemalloc_new/include/jemalloc/internal/
ticker.h 10 * have occurred with a call to ticker_ticks), which will return true (and reset
65 ticker_ticks(ticker_t *ticker, int32_t nticks) { function
75 return ticker_ticks(ticker, 1);

Completed in 388 milliseconds