summaryrefslogtreecommitdiff
path: root/devel/pth/pkg/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/pkg/DESCR')
-rw-r--r--devel/pth/pkg/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/pth/pkg/DESCR b/devel/pth/pkg/DESCR
new file mode 100644
index 00000000000..c9733eaf9ec
--- /dev/null
+++ b/devel/pth/pkg/DESCR
@@ -0,0 +1,5 @@
+PTH is a very portable POSIX/ANSI-C based library for Unix platforms which
+provides non-preemptive 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.