MCPcopy Create free account
hub / github.com/ElementsProject/lightning / timers_init

Function timers_init

ccan/ccan/timer/timer.c:54–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void timers_init(struct timers *timers, struct timemono start)
55{
56 unsigned int i;
57
58 list_head_init(&timers->far);
59 timers->base = time_to_grains(start);
60 timers->first = -1ULL;
61 memset(timers->firsts, 0xFF, sizeof(timers->firsts));
62 for (i = 0; i < ARRAY_SIZE(timers->level); i++)
63 timers->level[i] = NULL;
64}
65
66static unsigned int level_of(const struct timers *timers, uint64_t time)
67{

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 2

list_head_initFunction · 0.85
time_to_grainsFunction · 0.85

Tested by 11

mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68