diff options
Diffstat (limited to 'devel/pth/DESCR')
-rw-r--r-- | devel/pth/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/pth/DESCR b/devel/pth/DESCR new file mode 100644 index 00000000000..e29abcc50a5 --- /dev/null +++ b/devel/pth/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 its own +individual program-counter, run-time stack, signal mask and errno variable. |