MCPcopy Create free account
hub / github.com/SIPp/sipp / task

Method task

src/task.cpp:88–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// Methods for the task class
87
88task::task()
89{
90 this->taskit = all_tasks.insert(all_tasks.end(), this);
91 add_to_runqueue();
92}
93
94task::~task()
95{

Callers

nothing calls this directly

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected