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)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
A port of the [[FreeBSD]] Pthread libraries to [[EMX]], this was used by a number of [[UNIX]] ports in the late 90s but should probably only be used with the EMX compiler these days since more modern threading libraries are supplied with newer [[GCC]] compilers.


==Version==
==Version==
* Last known version: [http://hobbes.nmsu.edu/download/pub/os2/dev/unix/pthreads004.zip POSIX PTHREADS for OS/2 EMX rel 4] (1998-12-10)
* pthreads004.zip - PTHREADS for OS/2 EMX rel 4 (1998-12-10)


==Licence==
==Licence==
Line 11: Line 11:


[[Category:Software written with the EMX toolkit]]
[[Category:Software written with the EMX toolkit]]
[[Category:Tools]]
[[Category:C Libraries]]
[[Category:C]]
[[Category:Software written in C]]
[[Category:Open Source Software]]
[[Category:Open Source Software]]

Latest revision as of 22:23, 25 July 2023

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

Version

  • pthreads004.zip - PTHREADS for OS/2 EMX rel 4 (1998-12-10)

Licence

Open source software released under the Two Clause BSD Licence

Author