Home > Repositories > base > libpth

libpth: GNU 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 (aka ``multithreading'') inside event-driven 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.

The thread scheduling itself is done in a cooperative way, i.e., the threads are managed by a priority- and event-based non-preemptive scheduler.
The intention is that this way one can achieve better portability and run-time performance than with preemptive scheduling.
The event facility allows threads to wait until various types of events occur, including pending I/O on filedescriptors, asynchronous signals, elapsed timers, pending I/O on message ports, thread and process termination, and even customized callback functions.
Additionally Pth provides an optional emulation API for POSIX.1c threads ("Pthreads") which can be used for backward compatibility to existing multithreaded applications.
Name:libpth
Release: 2.0.7-4mamba
Group:System/Libraries
Maintainer:silvan
License:GPL
Size:645.21 kB
Upstream URL:http://www.gnu.org/software/pth/
Build time:2020-11-27 20:03:09
Binary packages and requirements
x86_64aarch64i586
Built RPMSlibpth
libpth-debug
libpth-devel
libpth
libpth-debug
libpth-devel
libpth
libpth-debug
libpth-devel
Build requirementsglibc-devel [1]
ldconfig [1]
glibc-devel [1]
ldconfig [1]
glibc-devel [1]
ldconfig [1]
History of changes
DatePackagerReleaseDescription
2020-11-27silvan2.0.7-4mamba- rebuilt with debug package
2013-09-06autodist2.0.7-3mamba- automatic rebuild by autodist
2007-12-03aleph02.0.7-2mamba- specfile updated
2007-01-19davide2.0.7-1qilnx- update to version 2.0.7 by autospec
- man pages moved to the devel package
- modified package URL
2004-10-12silvan2.0.2-1qilnx- package created by autospec