MCPcopy Create free account
hub / github.com/coreboot/coreboot / timer_queue_empty

Function timer_queue_empty

src/lib/timer_queue.c:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19};
20
21static inline int timer_queue_empty(struct timer_queue *tq)
22{
23 return tq->num_entries == 0;
24}
25
26static inline int timer_queue_full(struct timer_queue *tq)
27{

Callers 2

timer_queue_headFunction · 0.85
timers_runFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected