pth-config

GNU Portable Threads (development)

Install

All systems
curl cmd.cat/pth-config.sh
Debian Debian
apt-get install libpth-dev
Ubuntu
apt-get install libpth-dev
Arch Arch Linux
pacman -S pth
image/svg+xml Kali Linux
apt-get install libpth-dev
CentOS
yum install pth-devel
Fedora
dnf install pth-devel
Windows (WSL2)
sudo apt-get update sudo apt-get install libpth-dev
OS X
brew install pth
Raspbian
apt-get install libpth-dev

libpth-dev

GNU Portable Threads (development)

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 its own individual program-counter, run-time stack, signal mask and errno variable. This package contains the development files.

pth-devel

Development headers and libraries for GNU Pth

pth

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.