Stop the cache thread, waiting up to timeoutMs ms. Returns true if it actually stopped.
| 128 | |
| 129 | /// Stop the cache thread, waiting up to timeoutMs ms. Returns true if it actually stopped. |
| 130 | bool VideoCacheThread::StopThread(int timeoutMs) |
| 131 | { |
| 132 | stopThread(timeoutMs); |
| 133 | return !isThreadRunning(); |
| 134 | } |
| 135 | |
| 136 | void VideoCacheThread::Reader(ReaderBase* new_reader) |
| 137 | { |
nothing calls this directly
no outgoing calls
no test coverage detected