As a quick follow-up to my last post, there is an existing library providing a pthreads implementation for Windows in the form of an OSS project named pthread-win32. Unfortunately it appears a patch to Google Test is needed to successfully make use of pthread-win32 with Google Test on Windows and the issue tracking this hasn’t been resolved yet, so it would be necessary to modify Google Test to make it thread safe on Windows.
Related
-
Join 122 other subscribers
-
Recent Posts
Categories
Top Posts & Pages
Pingback: C++ Unit Test Framework Adapter: Part 3 « JK Heitzman on Codecrafting