You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.7 KiB

[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../gnupth/gnupth.desc
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] GNU Portable Threads
[T] GNU Portable Threads (Pth) is a very portable POSIX/ANSI-C
[T] based library for Unix platforms providing non-preemptive
[T] priority-based scheduling for multiple threads of execution
[T] (multithreading) inside server applications. All
[T] threads run in the same address space, but each thread has its own
[T] individual program-counter, run-time stack, signal mask and errno
[T] variable. The scheduling is done in a cooperative way, i.e. the
[T] threads are dispatched based on priority and pending events. The
[T] event facility allows threads to wait until various types of events
[T] occur, including pending I/O on filedescriptors, elapsed timers,
[T] pending I/O on message ports, thread and process termination,
[T] and even customized callback functions.
[U] http://www.gnu.org/software/pth/
[A] Ralf S. Engelschall <rse@gnu.org>
[M] Juergen "George" Sawinski <jsaw@gmx.net>
[F] NOPARALLEL FPIC-QUIRK
[C] extra/development
[L] GPL
[S] Stable
[V] 2.0.7
[P] X -----5---9 105.000
[D] 3949187287 pth-2.0.7.tar.gz ftp://ftp.gnu.org/gnu/pth/