Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUWX
]
pth: The GNU Portable Threads library
- Summary
- 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.
Arch: src
Download: | pth-2.0.5-1.src.rpm |
Build Date: | Tue Feb 7 20:42:56 2006 |
Packager: | kde-redhat Developers <http://kde-redhat.sf.net/> |
Size: | 635 KiB |
Changelog
- * Fri Oct 7 19:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.5-1
- Update to 2.0.5.
- Don't build static archive.
- * Fri May 13 19:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4-3
- rebuilt
- * Thu Apr 7 19:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4-2
- rebuilt