| 501 | } |
| 502 | |
| 503 | void |
| 504 | TrackerContext::abortTracking_blocking() |
| 505 | { |
| 506 | _imp->scheduler.abortThreadedTask(); |
| 507 | _imp->scheduler.waitForAbortToComplete_enforce_blocking(); |
| 508 | } |
| 509 | |
| 510 | void |
| 511 | TrackerContext::quitTrackerThread_non_blocking() |
no test coverage detected