meganz / mingw-std-threads

Standard threads implementation currently still missing on MinGW GCC on Windows
BSD 2-Clause "Simplified" License
439 stars 137 forks source link

Addition mingw-std-pthreads #65

Closed Jamaika1 closed 4 years ago

Jamaika1 commented 4 years ago

I recently found addition pthreads for win64 C++ under mutex / thread / condition_variable It doesn't work yet with libgomp under MinGW. Not all functions, but I think it can be applied to free github projects soon. https://github.com/ultravideo/ThreadWrapper

Maybe it will be useful to someone