<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Posts on condensed biostatistics</title>
    <link>/post/</link>
    <description>Recent content in Posts on condensed biostatistics</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 10 May 2026 07:16:55 +0530</lastBuildDate>
    <atom:link href="/post/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Processes, threads, how do they work?</title>
      <link>/post/threads/</link>
      <pubDate>Sun, 10 May 2026 07:16:55 +0530</pubDate>
      <guid>/post/threads/</guid>
      <description>&lt;p&gt;TL;DR why don&amp;rsquo;t spawned threads have the same PID returned by &lt;code&gt;clone3&lt;/code&gt;? Test&#xA;with this in each of the projects, one with &lt;code&gt;std::threads::spaw&lt;/code&gt; and the other&#xA;with &lt;code&gt;tokio::spawn&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;strace -e trace&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;fork,clone,clone3,exit,execve&amp;#34;&lt;/span&gt; &amp;lt;executable&amp;gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Repository: &lt;a href=&#34;https://codeberg.org/allonsyeet/threads_how_do_they_work&#34;&gt;https://codeberg.org/allonsyeet/threads_how_do_they_work&lt;/a&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
