<?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: doubts on delay &amp; sleep</title>
	<atom:link href="https://www.emblogic.com/blog/05/doubts-on-delay-sleep/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/05/doubts-on-delay-sleep/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: saurabh.aggarwal</title>
		<link>https://www.emblogic.com/blog/05/doubts-on-delay-sleep/#comment-762</link>
		<dc:creator><![CDATA[saurabh.aggarwal]]></dc:creator>
		<pubDate>Mon, 14 May 2012 10:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2663#comment-762</guid>
		<description><![CDATA[@ nitin sahrama : so, is sleep and delay are similar????]]></description>
		<content:encoded><![CDATA[<p>@ nitin sahrama : so, is sleep and delay are similar????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh.aggarwal</title>
		<link>https://www.emblogic.com/blog/05/doubts-on-delay-sleep/#comment-761</link>
		<dc:creator><![CDATA[saurabh.aggarwal]]></dc:creator>
		<pubDate>Mon, 14 May 2012 10:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2663#comment-761</guid>
		<description><![CDATA[DELAY is basically the wasting of machine cycle (time) or we can say that providing time within execution of two commands....

WAIT is like waiting for a particular process to complete.....

Sleep is, according to me the time period when no process is taking place .....(not so sure abt sleep)  .

correct me if i am wrong..]]></description>
		<content:encoded><![CDATA[<p>DELAY is basically the wasting of machine cycle (time) or we can say that providing time within execution of two commands&#8230;.</p>
<p>WAIT is like waiting for a particular process to complete&#8230;..</p>
<p>Sleep is, according to me the time period when no process is taking place &#8230;..(not so sure abt sleep)  .</p>
<p>correct me if i am wrong..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nitin.sharma</title>
		<link>https://www.emblogic.com/blog/05/doubts-on-delay-sleep/#comment-760</link>
		<dc:creator><![CDATA[nitin.sharma]]></dc:creator>
		<pubDate>Mon, 14 May 2012 10:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=2663#comment-760</guid>
		<description><![CDATA[wait system call will halt your parent until one of the child process terminates.
if we use of waitpid(pid) system call, then parent process will suspend its execution  until the child process specified by pid terminates.

sleep system call will suspend the execution of process for the time specified as argument]]></description>
		<content:encoded><![CDATA[<p>wait system call will halt your parent until one of the child process terminates.<br />
if we use of waitpid(pid) system call, then parent process will suspend its execution  until the child process specified by pid terminates.</p>
<p>sleep system call will suspend the execution of process for the time specified as argument</p>
]]></content:encoded>
	</item>
</channel>
</rss>
