MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / ticker_init

Function ticker_init

deps/jemalloc/include/jemalloc/internal/ticker.h:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17} ticker_t;
18
19static inline void
20ticker_init(ticker_t *ticker, int32_t nticks) {
21 ticker->tick = nticks;
22 ticker->nticks = nticks;
23}
24
25static inline void
26ticker_copy(ticker_t *ticker, const ticker_t *other) {

Callers 4

ticker.cFile · 0.50
TEST_BEGINFunction · 0.50
arena_tdata_get_hardFunction · 0.50
tcache_initFunction · 0.50

Calls

no outgoing calls

Tested by 1

TEST_BEGINFunction · 0.40