Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
pth - The GNU Portable Threads library
Pth is a very portable POSIX/ANSI-C based library for Unix platforms
which provides non-preemptive priority-based scheduling for multiple
threads of execution ("multithreading") inside server applications.
All threads run in the same address space of the server application,
but each thread has it's own individual program-counter, run-time
stack, signal mask and errno variable.
Packages
| Name |
Version |
Release |
Type |
Size |
Built |
| pth |
2.0.7 |
2.el5 |
src |
641 KiB |
Thu Oct 11 16:51:40 2007 |
Changelog
- * Thu Aug 2 22:00:00 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.7-2
- Clarify licence (LGPLv2+).
- * Sat Nov 25 22:00:00 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.7-1
- Update to 2.0.7 (very minor maintenance updates only).
- * Mon Aug 28 22:00:00 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-3
- rebuilt