Package
libpth20Version
2.0.7-20Priority
optionalSection
universe/libsSource
pthOrigin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
NIIBE Yutaka <gniibe@fsij.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
144 kBPre Depends
multiarch-supportDepends
libc6 (>= 2.15)Homepage
http://www.gnu.org/software/pth/Download Size
44.3 kBAPT Manual Installed
yesAPT Sources
http://archive.ubuntu.com/ubuntu xenial/universe amd64 PackagesDescription
GNU Portable ThreadsPth 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
its own individual program-counter, run-time stack, signal mask and errno
variable.