Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-24 | Cleanup: remove single use helper functions from data writer | David Oberhollenzer | |
This commit moves the single use helper functions that are called from worker thread context into the worker thread function. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> | |||
2019-12-13 | Merge windows and pthread thread pool implementations | David Oberhollenzer | |
Since they are both structured the same way using condition variables, they are only a few defines away from removing code duplication. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |