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

Method add_to_runqueue

src/task.cpp:105–109  ·  view source on GitHub ↗

Put this task in the run queue. */

Source from the content-addressed store, hash-verified

103
104/* Put this task in the run queue. */
105void task::add_to_runqueue()
106{
107 this->runit = running_tasks.insert(running_tasks.end(), this);
108 this->running = true;
109}
110
111void task::add_to_paused_tasks(bool increment)
112{

Callers 2

expire_paused_tasksMethod · 0.80
add_paused_taskMethod · 0.80

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected