commit | ae0b97b06ac26609c48532d41e32fa8d4c70d1f6 | [log] [tgz] |
---|---|---|
author | Tomasz Mikolajewski <mtomasz@google.com> | Wed Nov 30 16:08:04 2016 +0900 |
committer | Tomasz Mikolajewski <mtomasz@google.com> | Thu Dec 01 04:03:59 2016 +0000 |
tree | e6a771c03784652d898833da8840e0d154b5d220 | |
parent | 6a0a5688a3c250f18c895ab80af5e6093e7d38d1 [diff] |
Allow more than one open pipe at once. This CL fixes that by adding a thread pool of max 8 threads. Trying to open more file descriptors will block in a queue. Test: Unit tests. Bug: 33132744 Change-Id: Ide148e71cbf4948a59efc006285d22b8b9b958da (cherry picked from commit b33955b04268566c1d921b09ceb1f8fe413d7aa2)