| 501 | } |
| 502 | |
| 503 | void |
| 504 | TrackerContext::quitTrackerThread_blocking(bool allowRestart) |
| 505 | { |
| 506 | _imp->scheduler.quitThread(allowRestart); |
| 507 | _imp->scheduler.waitForThreadToQuit_enforce_blocking(); |
| 508 | } |
| 509 | |
| 510 | void |
| 511 | TrackerContext::beginEditSelection(TrackSelectionReason reason) |
no test coverage detected