Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
664
template <class C, class L>
665
inline void
666
Queue<C, L>::in_or_enqueue(C *e)
667
{
668
if (!this->in(e)) {
669
enqueue(e);
670
}
671
}
672
673
template <class C, class L>
674
inline C *
Callers
8
waitForActivity
Method · 0.80
net_read_io
Method · 0.80
read_reschedule
Function · 0.80
write_reschedule
Function · 0.80
reenable
Method · 0.80
net_write_io
Method · 0.80
process_event
Method · 0.80
process_enabled_list
Method · 0.80
Calls
2
enqueue
Function · 0.85
in
Method · 0.45
Tested by
no test coverage detected