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

Method ExitingOrExited

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

Detect whether thread is marked "exiting" or "exited".

Source from the content-addressed store, hash-verified

286
287 // Detect whether thread is marked "exiting" or "exited".
288 bool ExitingOrExited() const { return state_ >= ThreadState::kExiting; }
289
290 // Kick (deliver signal to) thread to get an in-progress system
291 // call to return EINTR. Note that this just sends one signal!

Callers 1

KnockerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected