<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>amachang</author_name>
  <author_url>https://blog.hatena.ne.jp/amachang/</author_url>
  <blog_title>IT戦記</blog_title>
  <blog_url>https://amachang.hatenablog.com/</blog_url>
  <categories>
    <anon>C++</anon>
  </categories>
  <description>だらだら書くよ 初めてのコード #include &lt;pthread.h&gt; void* f(void* p) { puts(&quot;hello&quot;); sleep(1); puts(&quot;hello&quot;); sleep(1); puts(&quot;hello&quot;); } int main(int argc, char** argv) { pthread_t thread; pthread_create(&amp;thread, NULL, f, (void*)NULL); pthread_join(thread, NULL); } $ gcc p.c -lpthread &amp;&amp; ./a.out hello hello hello…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Famachang.hatenablog.com%2Fentry%2F20080610%2F1213113417&quot; title=&quot; pthread 勉強 - IT戦記&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>2008-06-10 00:56:57</published>
  <title> pthread 勉強</title>
  <type>rich</type>
  <url>https://amachang.hatenablog.com/entry/20080610/1213113417</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
