<?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 Pthread implementation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921955#M719895</link>
    <description>Does anyone know if pthreads are implemented as light weight processes or not.&lt;BR /&gt;&lt;BR /&gt;For example is there 1 kernal thread per pthread or is there 1 kernal thread which is linked to the process which owns the pthread.&lt;BR /&gt;&lt;BR /&gt;I've developing on HPUX 11.i using gcc, C++ and POSIX threads</description>
    <pubDate>Fri, 07 Mar 2003 11:24:15 GMT</pubDate>
    <dc:creator>Stephen Hoare</dc:creator>
    <dc:date>2003-03-07T11:24:15Z</dc:date>
    <item>
      <title>Pthread implementation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921955#M719895</link>
      <description>Does anyone know if pthreads are implemented as light weight processes or not.&lt;BR /&gt;&lt;BR /&gt;For example is there 1 kernal thread per pthread or is there 1 kernal thread which is linked to the process which owns the pthread.&lt;BR /&gt;&lt;BR /&gt;I've developing on HPUX 11.i using gcc, C++ and POSIX threads</description>
      <pubDate>Fri, 07 Mar 2003 11:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921955#M719895</guid>
      <dc:creator>Stephen Hoare</dc:creator>
      <dc:date>2003-03-07T11:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Pthread implementation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921956#M719896</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Read&lt;BR /&gt;&lt;BR /&gt;/usr/share/doc/proc_mgt.txt&lt;BR /&gt;Explains Kernel threads well&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;          Steve Steel</description>
      <pubDate>Fri, 07 Mar 2003 11:35:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921956#M719896</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-03-07T11:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Pthread implementation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921957#M719897</link>
      <description>The -lpthread threads on 11i, 11.11, are 1x1 kernel threads.&lt;BR /&gt;The 11iv1.6, 11.22, release changes for programs compiled on 11.22.  It defaults to an MxN thread model where user threads share a pool of kernel threads.&lt;BR /&gt;You can control that with pthread attributes and the pthread_attr_setscope function.&lt;BR /&gt;There are details of the 11.22 changes in the release notes at&lt;BR /&gt;&lt;A href="http://www.docs.hp.com./cgi-bin/onlinedocs.py?mpn=5187-0701&amp;amp;service=hpux&amp;amp;path=../5187-0701/00/00/67&amp;amp;title=HP-UX%2011i%20Version%201.6%20Release%20Notes" target="_blank"&gt;http://www.docs.hp.com./cgi-bin/onlinedocs.py?mpn=5187-0701&amp;amp;service=hpux&amp;amp;path=../5187-0701/00/00/67&amp;amp;title=HP-UX%2011i%20Version%201.6%20Release%20Notes&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Mar 2003 16:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/pthread-implementation/m-p/2921957#M719897</guid>
      <dc:creator>Mike Stroyan</dc:creator>
      <dc:date>2003-03-07T16:05:56Z</dc:date>
    </item>
  </channel>
</rss>

