From: Mike McCormack <mj.mccormack@samsung.com>
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Feb 2011 05:56:15 +0000 (05:56 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 1 Feb 2011 05:56:15 +0000 (05:56 +0000)
commit51c6a957c2796b7f545d725ed610cf88f5260e8f
tree43ff59fa060388adf237c87d4e771a45dce4f670
parent21b7ecb898ceab82990ce31afb6c7cd7fbf64284
From: Mike McCormack <mj.mccormack@samsung.com>
Subject: Re: [E-devel] [PATCH] Handle ecore signals with a pipe

This removes a race condition in the main loop where
a signal could come after the signal check, and before
entering the select loop, possibly resulting in a hang.

In practice, this hang wouldn't be seen due to other activity
in the main loop.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56613 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
src/lib/ecore/ecore_signal.c