MCPcopy Create free account
hub / github.com/apache/trafficserver / in_or_enqueue

Method in_or_enqueue

include/tscore/List.h:665–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663
664template <class C, class L>
665inline void
666Queue<C, L>::in_or_enqueue(C *e)
667{
668 if (!this->in(e)) {
669 enqueue(e);
670 }
671}
672
673template <class C, class L>
674inline C *

Callers 8

waitForActivityMethod · 0.80
net_read_ioMethod · 0.80
read_rescheduleFunction · 0.80
write_rescheduleFunction · 0.80
reenableMethod · 0.80
net_write_ioMethod · 0.80
process_eventMethod · 0.80
process_enabled_listMethod · 0.80

Calls 2

enqueueFunction · 0.85
inMethod · 0.45

Tested by

no test coverage detected