MCPcopy Create free account
hub / github.com/acl-dev/acl / event_timer_when

Function event_timer_when

lib_acl/src/event/events_timer.c:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85acl_int64 event_timer_when(ACL_EVENT *eventp)
86{
87 TIMER_NODE *node = acl_avl_first(&eventp->timers->avl);
88 return node ? node->when : -1;
89}
90
91void event_timer_free(ACL_EVENT *eventp)
92{

Callers 8

event_loopFunction · 0.85
event_loopFunction · 0.85
event_loopFunction · 0.85
event_loopFunction · 0.85
events_poll.cFile · 0.85
event_loopFunction · 0.85
event_loopFunction · 0.85
event_loopFunction · 0.85

Calls 1

acl_avl_firstFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…