| 1 - GNU Pth |
| |
Portable Threads: portable POSIX/ANSI-C library for Unix gives non-preemptive priority-based scheduling for multithreading in programs. All threads run in same address space, each has its own program counter, run time stack, signal mask, errno variable; c http://www.gnu.org/software/pth/ |
|
| [more pages from this URL]
|
|
|