Difference between revisions of "Posix"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (Add link to GNU Hurd Posix thread library project.)
m (mid-way notes . . . .)
 
(One intermediate revision by the same user not shown)
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
Line 8: Line 11:
  
 
*  https://www.gnu.org/software/hurd/libpthread.html
 
*  https://www.gnu.org/software/hurd/libpthread.html
 +
 +
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:
 +
 +
*  https://github.com/GiantGeorgeGo/Programming-With-Posix-Threads-Source-Code
  
 
<!-- odne komentar -->
 
<!-- odne komentar -->

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: