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

Method AssertNoKnockThread

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

We do have a knock thread, so these have an implementation.

Source from the content-addressed store, hash-verified

400
401 // We do have a knock thread, so these have an implementation.
402 virtual void AssertNoKnockThread() override {
403 assert(!knock_thread_.joinable());
404 }
405 virtual void WaitForKnockThread() override;
406
407 // Sending the signal in the non-reliable-signals case requires

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected