pth: GNU portable threads pth: pth: The Pth package contains a very portable POSIX/ANSI-C based library for Unix pth: platforms which provides non-preemptive priority-based scheduling for multiple pth: threads of execution (multithreading) inside event-driven applications. All pth: threads run in the same address space of the server application, but each pth: thread has its own individual program-counter, run-time stack, signal mask and pth: errno variable. pth: pth: Package Information pth: pth: Download (HTTP): http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz pth: pth: