On Mon, 26 Mar 2012 18:01:53 +0900
Sohyun Kim <anna1014....@samsung.com> wrote:

> Hi
> I have a question about Ecore_Thread.
> 
> When I added Ecore_Thread using ecore_thread_feedback_run() while setting
> try_no_queue parameter to EINA_TRUE,
> I found active thread count is 0.
> However, after the thread is ended, the active count became -1.
> I think the thread should not be counted at all because try_no_queue is set.
> Is it right?
> 
> Regards, Sohyun

hmm this is strange since threads created using ecore_thread_feedback_run()
with try_no_queue enabled are NOT counted, and the thread count will not be
decremented when such a thread ends. can you perhaps provide more information
on this?

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to