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

Method ~task

src/task.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94task::~task()
95{
96 if (running) {
97 remove_from_runqueue();
98 } else {
99 paused_tasks.remove_paused_task(this);
100 }
101 all_tasks.erase(taskit);
102}
103
104/* Put this task in the run queue. */
105void task::add_to_runqueue()

Callers

nothing calls this directly

Calls 1

remove_paused_taskMethod · 0.80

Tested by

no test coverage detected