Skip to content

ocaml/winpthreads

 
 

Repository files navigation

The Winpthreads Library
-----------------------

This library provides POSIX threading APIs for mingw-w64.

For maximum compatibility, winpthreads headers expose APIs without the
`dllimport` attribute by default. If your program is linked against the
DLL, you may define the `WINPTHREADS_USE_DLLIMPORT` macro to add the
`dllimport` attribute to all APIs, which makes function calls to them a
bit more efficient.

About

Split winpthreads subtree of MinGW-w64

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.1%
  • Shell 32.3%
  • Makefile 10.4%
  • Other 0.2%