driver update

This commit is contained in:
Blaise Tine
2020-03-16 18:13:58 -04:00
parent 55e2cb4a76
commit f034b4c63a
6 changed files with 103 additions and 95 deletions

View File

@@ -87,7 +87,7 @@ public:
~vx_device() {
mutex_.lock();
is_done_ = false;
is_done_ = true;
mutex_.unlock();
thread_.join();
@@ -171,6 +171,8 @@ private:
std::cout << "Device ready..." << std::endl;
}
}
std::cout << "Device shutdown..." << std::endl;
}
static void __thread_proc__(vx_device* device) {