Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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.
Changelog
- * Wed Sep 9 01:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat Jul 18 01:00:00 2009 Peter Vrabec <pvrabec{%}redhat{*}com> - 2.0.7-6
-
- Insert -g into CFLAGS after configure script removes it
- multiarch conflicts
Resolves: #502680
- * Fri Jun 5 01:00:00 2009 Peter Vrabec <pvrabec{%}redhat{*}com> - 2.0.7-5
-
- multiarch conflicts
Resolves: #502680