This library provides basic POSIX Pthreads support for OS/2.
This program is installable using the rpm package manager. See below for the install string. Required prerequisites are automatically processed by the package manager and, if needed, downloaded and installed.
yum install pthread
yum install pthread-debuginfo
yum install pthread-devel
yum install pthread-legacy
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
POSIX Pthreads (GCC 3.35, 15/8/2005) | Readme/What's new |
Pthreads that works with GCC 3.3.5. |
www.os2site.com/sw/dev/gcc/misc/pthread_gcc335.zip | local copy | |
POSIX Pthreads v. 0.04 (19/1/1999) | Readme/What's new |
POSIX PTHREADS for OS/2 EMX rel 4 -- Antony T Curtis - 10 Dec 1998
===========================================================
This library provides basic Pthreads support for EMX. Of course, there are some
limitations which will need to be addressed to properly implement Pthreads, but
hopefully, enough is implemented to get basic programs which use of Pthreads to
work.
This implementation of Pthreads is based upon the sources of the FreeBSD 2.2.5
libraries.
Features:
o Allows inter-thread signals via pthread_kill()
o Allows signals to break (some) I/O calls.
Other Features:
o Partial implemention of dynamic library support
Limitations:
o Not fully tested.
Implementation notes:
o Changed the location of the library files...
Have fun,
Antony Curtis
antony.curtis@olcs.net |
hobbes.nmsu.edu/download/pub/os2/dev/unix/pthreads004.zip |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment