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

Function ticker_tick

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

Source from the content-addressed store, hash-verified

71}
72
73static inline bool
74ticker_tick(ticker_t *ticker) {
75 return ticker_ticks(ticker, 1);
76}
77
78/*
79 * Try to tick. If ticker would fire, return true, but rely on

Callers 3

tcache_eventFunction · 0.70
ticker.cFile · 0.50
TEST_BEGINFunction · 0.50

Calls 1

ticker_ticksFunction · 0.70

Tested by 1

TEST_BEGINFunction · 0.40