Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetSys/bess
/ pause_all_workers
Function
pause_all_workers
core/worker.cc:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
void pause_all_workers() {
120
for (int wid = 0; wid < Worker::kMaxWorkers; wid++)
121
pause_worker(wid);
122
}
123
124
enum class worker_signal : uint64_t {
125
unblock = 1,
Callers
1
PauseAll
Method · 0.85
Calls
1
pause_worker
Function · 0.85
Tested by
no test coverage detected