MCPcopy 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
119void pause_all_workers() {
120 for (int wid = 0; wid < Worker::kMaxWorkers; wid++)
121 pause_worker(wid);
122}
123
124enum class worker_signal : uint64_t {
125 unblock = 1,

Callers 1

PauseAllMethod · 0.85

Calls 1

pause_workerFunction · 0.85

Tested by

no test coverage detected