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:13.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:13.1:Update/pth && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
baselibs.conf | 0000000009 9 Bytes | almost 14 years |
pth-2.0.7.diff | 0000001012 1012 Bytes | over 14 years |
pth-2.0.7.tar.gz | 0000652640 637 KB | over 16 years |
pth.changes | 0000003283 3.21 KB | almost 10 years |
pth.spec | 0000003776 3.69 KB | almost 10 years |
pth_sched.patch | 0000001202 1.17 KB | over 14 years |
Comments 0