guilt / Windows-PThread

Windows PThread Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows PThread Library

MinGW already ships with a decent implementation of pthreads. Visual C++ does not have one. This version of pthread.h was taken off the one provided by Lockless Inc. and modified slightly to eliminate some errors/warnings with C++ code.

Caveats

This header is quite experimental and not as well vetted for production use.

References

About

Windows PThread Library

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 97.5%Language:C++ 1.9%Language:Makefile 0.6%