| 3792 | } |
| 3793 | |
| 3794 | void |
| 3795 | ViewerCurrentFrameRequestScheduler::onQuitRequested(bool allowRestarts) |
| 3796 | { |
| 3797 | _imp->backupThread.quitThread(allowRestarts); |
| 3798 | } |
| 3799 | |
| 3800 | void |
| 3801 | ViewerCurrentFrameRequestScheduler::onWaitForThreadToQuit() |
nothing calls this directly
no test coverage detected