OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ticker_copy
(Results
1 - 5
of
5
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ticker.h
25
void
ticker_copy
(ticker_t *ticker, const ticker_t *other);
41
ticker_copy
(ticker_t *ticker, const ticker_t *other)
function
private_namespace.h
502
#define
ticker_copy
JEMALLOC_N(
ticker_copy
)
macro
private_unnamespace.h
502
#undef
ticker_copy
macro
/external/jemalloc/test/unit/
ticker.c
54
ticker_copy
(&tb, &ta);
60
ticker_copy
(&tb, &ta);
/external/jemalloc/src/
jemalloc.c
543
ticker_copy
(&arenas_tdata[i].decay_ticker,
[
all
...]
Completed in 42 milliseconds