<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Are there any differences between thread_create() and pthread_create() in C? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618649#M104652</link>
    <description>Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Can I get the man page for thread_create on HP-UX?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Mon, 05 Sep 2005 21:36:22 GMT</pubDate>
    <dc:creator>MA Qiang</dc:creator>
    <dc:date>2005-09-05T21:36:22Z</dc:date>
    <item>
      <title>Are there any differences between thread_create() and pthread_create() in C?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618647#M104650</link>
      <description>Why I can not issue 'man thread_create' in HP-UX?&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 05 Sep 2005 06:30:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618647#M104650</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-09-05T06:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any differences between thread_create() and pthread_create() in C?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618648#M104651</link>
      <description>pthread_create refers to POSIX threads. The orginal threading model on HP didn't use Posix thraeds, it used DCE threads. To differentiate between the old (DCE) threads and the new (Posix) threads, HP uses pthread_create() and the pthread library.</description>
      <pubDate>Mon, 05 Sep 2005 07:25:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618648#M104651</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-05T07:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any differences between thread_create() and pthread_create() in C?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618649#M104652</link>
      <description>Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Can I get the man page for thread_create on HP-UX?&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 05 Sep 2005 21:36:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618649#M104652</guid>
      <dc:creator>MA Qiang</dc:creator>
      <dc:date>2005-09-05T21:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any differences between thread_create() and pthread_create() in C?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618650#M104653</link>
      <description>Which version of HPUX are you using? If you are running 11.* then you really should be using pthreads.</description>
      <pubDate>Tue, 06 Sep 2005 06:15:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618650#M104653</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-09-06T06:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are there any differences between thread_create() and pthread_create() in C?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618651#M104654</link>
      <description>Here it is a man for thread_create...&lt;BR /&gt;&lt;A href="http://support.alphasoftware.com/alphafivehelp/Functions/THREAD_CREATE().htm" target="_blank"&gt;http://support.alphasoftware.com/alphafivehelp/Functions/THREAD_CREATE().htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and the man page of pthread_create for hpux 11i versions...&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3921-90010/pthread_create.3T.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/pthread_create.3T.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Alex</description>
      <pubDate>Tue, 06 Sep 2005 07:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/are-there-any-differences-between-thread-create-and-pthread/m-p/3618651#M104654</guid>
      <dc:creator>Alessandro Pilati</dc:creator>
      <dc:date>2005-09-06T07:20:53Z</dc:date>
    </item>
  </channel>
</rss>

