<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Kamai-Tech-Lab</author_name>
  <author_url>https://blog.hatena.ne.jp/Kamai-Tech-Lab/</author_url>
  <blog_title>深夜開発</blog_title>
  <blog_url>https://kamai-tech-lab.hatenablog.com/</blog_url>
  <categories>
    <anon>並行・並列処理</anon>
  </categories>
  <description>pthread 一般的にPOSIXスレッドの標準実装ライブラリの事を指し、スレッドの生成や基本的な操作を行うことが出来る。 POSIXをサポートしている多くの環境（主にUnix系）で利用できる反面、標準では基本的な機能のみが提供されるため、環境に依存した高度な処理を行う場合には拡張命令を使用する必要がある。 Sample code #include &lt;stdio.h&gt; #include &lt;pthread.h&gt; #define STACK_SIZE (512 * 1024) #define SCHED_POLICY SCHED_OTHER #define SCHED_PRIORITY 10 #d…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkamai-tech-lab.hatenablog.com%2Fentry%2F2022%2F11%2F12%2F135044&quot; title=&quot;pthreadを使ったスレッド生成 - 深夜開発&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-11-12 13:50:44</published>
  <title>pthreadを使ったスレッド生成</title>
  <type>rich</type>
  <url>https://kamai-tech-lab.hatenablog.com/entry/2022/11/12/135044</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
