Commit Graph

2 Commits

Author SHA1 Message Date
brad
fd473ef863 upgrade to pth 1.3.7 2000-07-29 22:42:17 +00:00
brad
fbe80729a4 add pth port.
--
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.
2000-07-28 10:39:00 +00:00