Jump to content

POSIX Pthreads: Difference between revisions

From EDM2
Created page with "A port of the FreeBSD Pthread libraries to EMX, this was used by a number of UNIX ports in the late 90's but should probably only be used with the EMX compiler the..."
 
Ak120 (talk | contribs)
No edit summary
Line 12: Line 12:
[[Category:Software written with the EMX toolkit]]
[[Category:Software written with the EMX toolkit]]
[[Category:Tools]]
[[Category:Tools]]
[[Category:C]]
[[Category:C Libraries]]
[[Category:Software written in C]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Revision as of 18:22, 25 August 2016

A port of the FreeBSD Pthread libraries to EMX, this was used by a number of UNIX ports in the late 90's but should probably only be used with the EMX compiler these days since more modern threading libraries are supplied with newer GCC compilers.

Version

Licence

Open source software released under the Two Clause BSD Licence

Author