<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Padlet rực rỡ của tôi by TV Apeiron</title>
      <link>https://padlet.com/leemuld10/ur6knz1qchh2tzci</link>
      <description>Được tạo bằng một tài năng thiên bẩm</description>
      <language>en-us</language>
      <pubDate>2021-05-24 08:26:09 UTC</pubDate>
      <lastBuildDate>2021-06-29 13:49:29 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>leemuld10</author>
         <link>https://padlet.com/leemuld10/ur6knz1qchh2tzci/wish/1630139313</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;</div><div>#include &lt;stdlib.h&gt;</div><div>&nbsp; &nbsp;……</div><div>int val;</div><div>int main() {</div><div>val = 1;</div><div>fork();</div><div>val = val + 1;</div><div>printf("%d\n", val);</div><div>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-29 13:49:15 UTC</pubDate>
         <guid>https://padlet.com/leemuld10/ur6knz1qchh2tzci/wish/1630139313</guid>
      </item>
      <item>
         <title></title>
         <author>leemuld10</author>
         <link>https://padlet.com/leemuld10/ur6knz1qchh2tzci/wish/1630139624</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;</div><div>#include &lt;stdlib.h&gt;</div><div>#include &lt;pthread.h&gt;</div><div>&nbsp; &nbsp;……</div><div>int val;</div><div>int main() {</div><div>val = 1;</div><div>pthread_t tid; /* the thread identifier */</div><div>pthread_create(&amp;tid, NULL, incrementval, NULL);</div><div>&nbsp; &nbsp; &nbsp;</div><div>/* wait for the thread to exit */</div><div>pthread_join (tid, NULL);</div><div>val = val + 1;</div><div>printf("%d\n", val);</div><div>}</div><div>&nbsp;</div><div>/* The thread will begin control in this function */</div><div>void * incrementval (void *param)</div><div>{</div><div>val = val + 1;</div><div>printf("%d\n", val);</div><div>&nbsp;</div><div>&nbsp; &nbsp; &nbsp;pthread_exit(0);</div><div>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-06-29 13:49:29 UTC</pubDate>
         <guid>https://padlet.com/leemuld10/ur6knz1qchh2tzci/wish/1630139624</guid>
      </item>
   </channel>
</rss>
