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

Method Done

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

Source from the content-addressed store, hash-verified

155
156 bool IsExitRequested() const { return exit_requested_; }
157 bool Done() const { return state_ == ThreadState::kDone; }
158
159 /*!
160 * Starts the thread running. Will call the user provided Run()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected