Moar threadz
This commit is contained in:
parent
2da162bed7
commit
101a3a7d74
2 changed files with 26 additions and 20 deletions
|
@ -71,7 +71,7 @@ private:
|
|||
int _shutdownSignalPipe[2];
|
||||
std::atomic_bool _enabled;
|
||||
std::thread _tapReaderThread;
|
||||
std::thread _tapProcessorThread;
|
||||
std::thread _tapProcessorThread[2];
|
||||
std::mutex _buffers_l;
|
||||
std::vector<void *> _buffers;
|
||||
BlockingQueue< std::pair<void *,int> > _tapq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue