| 227 | } |
| 228 | |
| 229 | void EmuThread::unblock() { |
| 230 | m_mutex.lock(); |
| 231 | m_cv.notify_all(); |
| 232 | m_mutex.unlock(); |
| 233 | } |
| 234 | |
| 235 | asic_rev_t EmuThread::handleReset(const boot_ver_t* bootVer, asic_rev_t loadedRev, asic_rev_t defaultRev, bool* python) { |
| 236 | // Build a list of supported revisions |
no outgoing calls
no test coverage detected