commit | ac31ad54d9acecd986989de190610be5da2f9f6f | [log] [tgz] |
---|---|---|
author | Piotr Sikora <piotrsikora@google.com> | Mon Aug 15 05:52:04 2016 -0700 |
committer | Piotr Sikora <piotrsikora@google.com> | Mon Aug 15 05:52:04 2016 -0700 |
tree | d84b305fbfc330e640125d0927a323a4ded6b78c | |
parent | 1283ca521e3c83edddc37f66a03c17ba8d01f858 [diff] |
Thread pools: create threads in detached state. This prevents theoretical resource leak, since those threads are never joined. Found with ThreadSanitizer. Signed-off-by: Piotr Sikora <piotrsikora@google.com>