Difference between revisions of "Posix"
From Wiki at Neela Nurseries
m ("Programming With Posix Threads" by Dave Butenho) |
m (mid-way notes . . . .) |
||
Line 2: | Line 2: | ||
Posix notes | Posix notes | ||
+ | |||
+ | |||
+ | While the following white paper is authored in 2002, making it now twenty three years old, it raises some questions about how closely and correctly Posix threads implementations are realized on various target architectures. This article by ___ y ___ noted here as a starting point to | ||
* https://www.kernel.org/doc/ols/2002/ols2002-pages-330-337.pdf | * https://www.kernel.org/doc/ols/2002/ols2002-pages-330-337.pdf |
Latest revision as of 17:13, 16 January 2025
2025-01-13 Monday
Posix notes
While the following white paper is authored in 2002, making it now twenty three years old, it raises some questions about how closely and correctly Posix threads implementations are realized on various target architectures. This article by ___ y ___ noted here as a starting point to
GNU Hurd Posix threading implementation . . .
There is a book titled "Programming With Posix Threads" by Dave Butenhof, sources for example programs in this book are committed at this Github URL: