| 921 | } |
| 922 | |
| 923 | void CryptoManager::terminateCryptThread(thread_db*, bool wait) |
| 924 | { |
| 925 | flDown = true; |
| 926 | if (wait) |
| 927 | cryptThread.waitForCompletion(); |
| 928 | } |
| 929 | |
| 930 | void CryptoManager::stopThreadUsing(thread_db* tdbb, Attachment* att) |
| 931 | { |
no test coverage detected