GNU Portable Threads
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.
- Sources inherited from project openSUSE:11.4
- Download package
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000009 9 Bytes | over 11 years |
pth-2.0.7.diff | 0000001012 1012 Bytes | over 12 years |
pth-2.0.7.tar.bz2 | 0000507473 496 KB | almost 14 years |
pth.changes | 0000002390 2.33 KB | almost 11 years |
pth.spec | 0000004045 3.95 KB | almost 11 years |
pth_sched.patch | 0000001202 1.17 KB | over 12 years |
Comments for pth 0