| 473 | } |
| 474 | |
| 475 | void cmCTestMultiProcessHandler::SetStopTimePassed() |
| 476 | { |
| 477 | if (!this->StopTimePassed) { |
| 478 | cmCTestLog(this->CTest, ERROR_MESSAGE, |
| 479 | "The stop time has been passed. " |
| 480 | "Stopping all tests." |
| 481 | << std::endl); |
| 482 | this->StopTimePassed = true; |
| 483 | } |
| 484 | } |
| 485 | |
| 486 | bool cmCTestMultiProcessHandler::ResourceLocksAvailable(int test) |
| 487 | { |
no outgoing calls
no test coverage detected