<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Small example of pthreads</title>
	<atom:link href="http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/</link>
	<description></description>
	<lastBuildDate>Wed, 17 Aug 2016 12:44:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>By: ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-11487</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 12:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-11487</guid>
		<description><![CDATA[That&#039;s C notation for a type cast.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s C notation for a type cast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VolumetricSteve</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-11486</link>
		<dc:creator><![CDATA[VolumetricSteve]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 00:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-11486</guid>
		<description><![CDATA[what does this do:
 long id = (long) t;

why is the second &#039;long&#039; in brackets?

Very Interesting example]]></description>
		<content:encoded><![CDATA[<p>what does this do:<br />
 long id = (long) t;</p>
<p>why is the second &#8216;long&#8217; in brackets?</p>
<p>Very Interesting example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10640</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Sun, 20 Jul 2014 23:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10640</guid>
		<description><![CDATA[Thanks for the clarification. I&#039;ve removed mention of multiple cores from the post title and text.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the clarification. I&#8217;ve removed mention of multiple cores from the post title and text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaibal</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10639</link>
		<dc:creator><![CDATA[Shaibal]]></dc:creator>
		<pubDate>Sat, 19 Jul 2014 19:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10639</guid>
		<description><![CDATA[Hi Ashish,

speedup is coming from the fact that threads get scheduled and in serial case its just function call. Try to print the cpuid. You will know. This program is just a example of pthread and it will run perfectly on uniprocessor.]]></description>
		<content:encoded><![CDATA[<p>Hi Ashish,</p>
<p>speedup is coming from the fact that threads get scheduled and in serial case its just function call. Try to print the cpuid. You will know. This program is just a example of pthread and it will run perfectly on uniprocessor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajat</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10604</link>
		<dc:creator><![CDATA[Rajat]]></dc:creator>
		<pubDate>Wed, 18 Dec 2013 10:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10604</guid>
		<description><![CDATA[This is good about multithreading using pthread but can you suggest how to assign various threads in each core manually through any APIs please tell]]></description>
		<content:encoded><![CDATA[<p>This is good about multithreading using pthread but can you suggest how to assign various threads in each core manually through any APIs please tell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10592</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 17:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10592</guid>
		<description><![CDATA[Maybe I&#039;m missing something. Are you implying that multiple cores aren&#039;t getting used in this code? Where is the speedup coming from then?]]></description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m missing something. Are you implying that multiple cores aren&#8217;t getting used in this code? Where is the speedup coming from then?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timbuctoo</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10591</link>
		<dc:creator><![CDATA[Timbuctoo]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 15:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10591</guid>
		<description><![CDATA[Fully agree with what Siddhartha has pointed out. Where is code that specifies using multiple cores?]]></description>
		<content:encoded><![CDATA[<p>Fully agree with what Siddhartha has pointed out. Where is code that specifies using multiple cores?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siddhartha Maitra</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-10293</link>
		<dc:creator><![CDATA[Siddhartha Maitra]]></dc:creator>
		<pubDate>Sun, 26 May 2013 12:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-10293</guid>
		<description><![CDATA[I did not see any multi-core specific code in the example. The sample code seems to illustrate standard pthread API usage. Did I miss out something ?]]></description>
		<content:encoded><![CDATA[<p>I did not see any multi-core specific code in the example. The sample code seems to illustrate standard pthread API usage. Did I miss out something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-7268</link>
		<dc:creator><![CDATA[Shawn]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 17:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-7268</guid>
		<description><![CDATA[This is an excellent example. I plan to use this code as a good example to teach introduction to pthread and multicore programming.]]></description>
		<content:encoded><![CDATA[<p>This is an excellent example. I plan to use this code as a good example to teach introduction to pthread and multicore programming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ashish</title>
		<link>http://ashishagarwal.org/2011/02/13/multicore-programming-with-pthreads/comment-page-1/#comment-1759</link>
		<dc:creator><![CDATA[ashish]]></dc:creator>
		<pubDate>Tue, 11 Oct 2011 15:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://ashishagarwal.org/?p=138#comment-1759</guid>
		<description><![CDATA[Thanks for the pointer. I was mostly interested in using pthreads to do a comparison of how much easier OCaml solutions are.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the pointer. I was mostly interested in using pthreads to do a comparison of how much easier OCaml solutions are.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
