https://github.com/guilt/windows-pthread
Windows PThread Library
https://github.com/guilt/windows-pthread
Last synced: 11 months ago
JSON representation
Windows PThread Library
- Host: GitHub
- URL: https://github.com/guilt/windows-pthread
- Owner: guilt
- License: bsd-3-clause
- Created: 2019-04-03T22:14:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T22:54:43.000Z (about 5 years ago)
- Last Synced: 2025-08-24T13:41:36.846Z (11 months ago)
- Language: C
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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
----------
* Lockless Inc. - http://www.locklessinc.com/
* Various Pthread examples off the Internet