| 565 | */ |
| 566 | |
| 567 | void error_cpuThreadsQueriedButEnvNotMultithreaded() { |
| 568 | |
| 569 | raiseInternalError("A function attempted to query CPU thread information but QuEST is not running with multithreading enabled."); |
| 570 | } |
| 571 | |
| 572 | |
| 573 |
no test coverage detected