* ecore: revert comment.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 17 Nov 2010 16:26:08 +0000 (16:26 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 17 Nov 2010 16:26:08 +0000 (16:26 +0000)
commit74e01ba552f9470bb0ac98e3c4f1500b3b4b6819
tree7b01b085e067c691e79eb1906342469188dfce01
parent0d3038cf7994abcb127a792be7fa6e256dfb7df8
* ecore: revert comment.

This code is here to prevent the premature death of thread when
apps killall of them, before recreating them again. This avoid
call to pthread_create and increase throughput. The only information
that I couldn't determine pragmatically is the timing. So that's
the time the main loop has to create another Ecore_Thread, before
needing to call pthread_create again.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@54633 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore/ecore_thread.c