MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / ThreadBase

Method ThreadBase

src/base/ThreadBase.cpp:39–43  ·  view source on GitHub ↗

========================================================================= -- Constructors and destructor ----------------------------------------- =========================================================================

Source from the content-addressed store, hash-verified

37 // -- Constructors and destructor -----------------------------------------
38 // =========================================================================
39 ThreadBase::ThreadBase(const std::string &name) :
40 _thread(0u),
41 _run(false),
42 _exit(false),
43 _name(name) {}
44
45 ThreadBase::~ThreadBase() {}
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected