<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Musings &#187; Porting</title>
	<atom:link href="http://blog.fpmurphy.com/tag/porting/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.fpmurphy.com</link>
	<description>of an OS plumber</description>
	<lastBuildDate>Sat, 28 Aug 2010 14:42:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Porting WaitForSingleObject to Linux &#8211; Part 2</title>
		<link>http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-linux.html</link>
		<comments>http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-linux.html#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:38:00 +0000</pubDate>
		<dc:creator>fpmurphy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Porting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-linux-part-2.html</guid>
		<description><![CDATA[<p>In my last post I discussed the use of WaitForSingleObject in relation to mutexes and possible ways to implement equivalent functionality when porting such code to GNU/Linux.&#160; In this post I will describe the use of this API with event objects in Microsoft Windows and suggest possible ways of posting such code to GNU/Linux or [...]]]></description>
		<wfw:commentRss>http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Porting WaitForSingleObject to Linux &#8211; Part 1</title>
		<link>http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-gnulinux.html</link>
		<comments>http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-gnulinux.html#comments</comments>
		<pubDate>Wed, 29 Apr 2009 20:01:00 +0000</pubDate>
		<dc:creator>fpmurphy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Porting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-linux-part-1.html</guid>
		<description><![CDATA[<p>Recently I was involved in porting a 32-bit application which was initially written for Microsoft Windows NT to GNU/Linux.&#160; This application contained a large number of calls to NtWaitForSingleObject and a smaller number of calls to NtWaitForMultipleObject.&#160; </p>
<p>Now anybody who has had to port code containing more than a few instances of these particular Win32 [...]]]></description>
		<wfw:commentRss>http://blog.fpmurphy.com/2009/04/porting-waitforsingleobject-to-gnulinux.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
