Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SIPp/sipp
/ get_running_tasks
Function
get_running_tasks
src/task.cpp:53–56 ·
view source on GitHub ↗
Get the overall list of running tasks. */
Source
from the content-addressed store, hash-verified
51
52
/* Get the overall list of running tasks. */
53
task_list* get_running_tasks()
54
{
55
return &running_tasks;
56
}
57
58
void abort_all_tasks()
59
{
Callers
1
traffic_thread
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected