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
------------------------------------------------------------------------------
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
enlighten...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 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?
> 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
no no. thats not right... i think i just fixed it though... commit 69741
--
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler) ras...@rasterman.com