MCPcopy Create free account
hub / github.com/NetSys/bess / BeginExiting

Method BeginExiting

core/utils/syscallthread.h:393–396  ·  view source on GitHub ↗

* Indicates that we're on our way out of Run(). */

Source from the content-addressed store, hash-verified

391 * Indicates that we're on our way out of Run().
392 */
393 void BeginExiting() {
394 PushDefer();
395 InternalBeginExiting();
396 }
397
398 private:
399 void BlockSignals(bool all);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected