| 202 | } |
| 203 | |
| 204 | bool |
| 205 | GenericSchedulerThread::waitForThreadToQuit_not_main_thread() |
| 206 | { |
| 207 | return _imp->waitForThreadsToQuit_internal(false); |
| 208 | } |
| 209 | |
| 210 | bool |
| 211 | GenericSchedulerThreadPrivate::waitForThreadsToQuit_internal(bool allowBlockingForMainThread) |
no test coverage detected