<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>e-sygoing.link — POSIX</title>
  <link>https://e-sygoing.link</link>
  <description>Latest links in the POSIX category</description>
  <language>en-us</language>
  <lastBuildDate>Sun, 24 May 2026 15:17:24 -0400</lastBuildDate>
  <atom:link href="https://e-sygoing.link/rss.php?type=new&amp;cid=89256"
             rel="self" type="application/rss+xml"/>
    <item>
    <title>An Introduction to POSIX Threads</title>
    <link>https://e-sygoing.link/link/5655587-an-introduction-to-posix-threads</link>
    <description>This article demystifies the POSIX thread interface, providing practical examples of threaded code for consideration.</description>
    <pubDate>Thu, 01 Jan 2026 18:50:37 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655587</guid>
  </item>
    <item>
    <title>Next Generation POSIX Threading: NGPT</title>
    <link>https://e-sygoing.link/link/5655577-next-generation-posix-threading-ngpt</link>
    <description>Goals: solve problems of pthreads library on Linux; add M:N threading, raise POSIX compliance and speed in threaded programs, more so under SMP, give threading services more like commercial Unix. Derived from GNU Pth. [Open Source, LGPL]</description>
    <pubDate>Sun, 21 Dec 2025 16:09:30 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655577</guid>
  </item>
    <item>
    <title>POSIX Threads Programming</title>
    <link>https://e-sygoing.link/link/5655590-posix-threads-programming</link>
    <description>Provides an overview of threads programming and the POSIX threads API.</description>
    <pubDate>Sat, 22 Nov 2025 01:49:47 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655590</guid>
  </item>
    <item>
    <title>POSIX Threads Explained, Part 2</title>
    <link>https://e-sygoing.link/link/5655582-posix-threads-explained-part-2</link>
    <description>How to protect the integrity of shared data structures in threaded code by using mutexes.</description>
    <pubDate>Thu, 30 Oct 2025 15:49:19 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655582</guid>
  </item>
    <item>
    <title>POSIX Threads Explained, Part 3</title>
    <link>https://e-sygoing.link/link/5655585-posix-threads-explained-part-3</link>
    <description>How to use condition variables.</description>
    <pubDate>Fri, 28 Feb 2025 20:50:19 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655585</guid>
  </item>
    <item>
    <title>GNU Pth</title>
    <link>https://e-sygoing.link/link/5655579-gnu-pth</link>
    <description>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; cooperative scheduling: threads dispatched based on priority, pending events. [Open Source, GPL]</description>
    <pubDate>Wed, 12 Feb 2025 11:44:43 -0500</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655579</guid>
  </item>
    <item>
    <title>POSIX Threads Explained, Part 1</title>
    <link>https://e-sygoing.link/link/5655575-posix-threads-explained-part-1</link>
    <description>How to use POSIX threads to increase the responsiveness and performance of your code.</description>
    <pubDate>Mon, 09 Sep 2024 04:57:41 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655575</guid>
  </item>
    <item>
    <title>POSIX Threads Tutorial</title>
    <link>https://e-sygoing.link/link/5655586-posix-threads-tutorial</link>
    <description>How to write parallel applications using POSIX threads. By Mark Hays.</description>
    <pubDate>Tue, 27 Aug 2024 19:26:28 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655586</guid>
  </item>
    <item>
    <title>Threads</title>
    <link>https://e-sygoing.link/link/5655583-threads</link>
    <description>The Single UNIX Specification (Version 2) standard for threads. Includes manual pages of all POSIX thread functions.</description>
    <pubDate>Fri, 19 Jul 2024 21:13:20 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655583</guid>
  </item>
    <item>
    <title>Native POSIX Thread Library (NPTL) 0.1 Released</title>
    <link>https://e-sygoing.link/link/5655580-native-posix-thread-library-nptl-01-released</link>
    <description>Initial performance: 8x Linux Threads, 4x NGPT. [Linux Weekly News]</description>
    <pubDate>Tue, 04 Jul 2023 02:34:58 -0400</pubDate>
    <guid isPermaLink="false">https://e-sygoing.link/go/5655580</guid>
  </item>
  </channel>
</rss>
