| 520 | } |
| 521 | |
| 522 | void |
| 523 | TrackerContext::quitTrackerThread_blocking(bool allowRestart) |
| 524 | { |
| 525 | _imp->scheduler.quitThread(allowRestart); |
| 526 | _imp->scheduler.waitForThreadToQuit_enforce_blocking(); |
| 527 | } |
| 528 | |
| 529 | void |
| 530 | TrackerContext::beginEditSelection(TrackSelectionReason reason) |
no test coverage detected