| 198 | } |
| 199 | |
| 200 | bool |
| 201 | GenericSchedulerThread::waitForThreadToQuit_not_main_thread() |
| 202 | { |
| 203 | return _imp->waitForThreadsToQuit_internal(false); |
| 204 | } |
| 205 | |
| 206 | bool |
| 207 | GenericSchedulerThreadPrivate::waitForThreadsToQuit_internal(bool allowBlockingForMainThread) |
no test coverage detected