MCPcopy Create free account
hub / github.com/Kitware/CMake / FinishJob

Method FinishJob

Tests/CMakeLib/testUVJobServerClient.cxx:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128 }
129
130 void FinishJob()
131 {
132 --this->ActiveJobs;
133 std::cerr << "FinishJob: Active jobs: " << this->ActiveJobs << '\n';
134
135 this->JSC->ReleaseToken();
136 this->QueueNextJobs();
137 }
138};
139
140bool testJobServer()

Callers 1

StartJobMethod · 0.95

Calls 2

QueueNextJobsMethod · 0.95
ReleaseTokenMethod · 0.80

Tested by

no test coverage detected