GNU Pth (Portable Threads) is a POSIX/ANSI-C based user space thread library for UNIX platforms that provides priority-based scheduling for multithreading applications. GNU Pth targets for a high degree of portability. It is part of the GNU Project.
Pth also provides API emulation for POSIX threads for backward compatibility.
GNU Pth uses an N:1 mapping to kernel-space threads, i.e., the scheduling is done completely by the GNU Pth library and the kernel itself is not aware of the N threads in user-space. Because of this there is no possibility to utilize SMP as kernel dispatching would be necessary.
Related Image Collections
Add Image
We don't have any YouTube videos related to GNU Portable Threads yet.
You can add one yourself here.
We don't have any PDF documents related to GNU Portable Threads yet.
You can add one yourself here.
We don't have any Books related to GNU Portable Threads yet.
You can add one yourself here.
We don't have any archived web articles related to GNU Portable Threads yet.
See also
- Free and open-source software portal
External links
References
"GNU". Retrieved 25 June 2012. http://directory.fsf.org/wiki/GNU ↩