The GNU Portable Threads library

Edit Package 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.

Refresh
Refresh
Source Files
Filename Size Changed
_service 0000000058 58 Bytes
_service:download_files:pth-2.0.7.tar.gz 0000652640 637 KB
_service:download_files:pth-2.0.7.tar.gz.sig 0000000065 65 Bytes
pth-2.0.7-config-script.patch 0000001364 1.33 KB
pth-2.0.7-dont-remove-gcc-g.patch 0000000612 612 Bytes
pth-2.0.7-linux3.patch 0000004386 4.28 KB
pth-2.0.7-test_std.patch 0000000466 466 Bytes
pth.changes 0000006159 6.01 KB
pth.spec 0000003151 3.08 KB
Latest Revision
Oleg Girko's avatar Oleg Girko (ol) committed (revision 1)
* Mon Jan 28 2019 Oleg Girko <ol@infoserver.lv> - 2.0.7-30
- Initial import
Comments 0