1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/gnupth/gnupth.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] GNU Portable Threads
14 [T] GNU Portable Threads (Pth) is a very portable POSIX/ANSI-C
15 [T] based library for Unix platforms providing non-preemptive
16 [T] priority-based scheduling for multiple threads of execution
17 [T] (multithreading) inside server applications. All
18 [T] threads run in the same address space, but each thread has its own
19 [T] individual program-counter, run-time stack, signal mask and errno
20 [T] variable. The scheduling is done in a cooperative way, i.e. the
21 [T] threads are dispatched based on priority and pending events. The
22 [T] event facility allows threads to wait until various types of events
23 [T] occur, including pending I/O on filedescriptors, elapsed timers,
24 [T] pending I/O on message ports, thread and process termination,
25 [T] and even customized callback functions.
27 [U] http://www.gnu.org/software/pth/
29 [A] Ralf S. Engelschall <rse@gnu.org>
30 [M] Juergen "George" Sawinski <jsaw@gmx.net>
32 [F] CROSS NOPARALLEL FPIC-QUIRK
38 [P] X -----5---9 105.000
40 [D] ee4b3ded8ccfdda099d8c22820b9941017904779214686205004b73c pth-2.0.7.tar.gz ftp://ftp.gnu.org/gnu/pth/