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

Method joinThread

src/base/ThreadBase.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 void ThreadBase::joinThread() {
89 (void) pthread_join(_thread, nullptr);
90 }
91
92 void ThreadBase::setAffinity(int cpu) {
93 if (cpu > 0 && cpu < getNumberOfProcessorsOnline()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected