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

Function new_Freer

include/iocore/eventsystem/Freer.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104};
105
106TS_INLINE void
107new_Freer(void *ap, ink_hrtime t)
108{
109 eventProcessor.schedule_in(new FreerContinuation(ap), t, ET_TASK);
110}
111
112template <class C> struct DereferContinuation : public Continuation {
113 C *p;

Callers 1

build_vol_hash_tableFunction · 0.85

Calls 1

schedule_inMethod · 0.45

Tested by

no test coverage detected