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

Method EventProcessor

src/iocore/eventsystem/UnixEventProcessor.cc:370–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368#endif // TS_USE_HWLOC
369
370EventProcessor::EventProcessor() : thread_initializer(this)
371{
372 ink_zero(all_ethreads);
373 ink_zero(all_dthreads);
374 ink_mutex_init(&dedicated_thread_spawn_mutex);
375 // Because ET_NET is compile time set to 0 it *must* be the first type registered.
376 this->register_event_type("ET_NET");
377}
378
379EventProcessor::~EventProcessor()
380{

Callers

nothing calls this directly

Calls 3

register_event_typeMethod · 0.95
ink_zeroFunction · 0.85
ink_mutex_initFunction · 0.85

Tested by

no test coverage detected