On Mon, Sep 24, 2012 at 11:56 PM, Gustavo Sverzut Barbieri
<barbi...@profusion.mobi> wrote:
> Hi all, particularly Vincent :-)
>
> Eina provides mutex abstraction with eina_lock, however the thread creation
> is not there as most users should be using ecore_thread. All nice, but for
> evas threaded render, we'll need to create threads that are not related to
> the main loop/ecore, then I'm wondering what to do:
>   1 - leave windows out for now;
>   2 - add eina_thread_create() that abstracts pthread_create() and
> CreateThread()
>   3 - #ifdef inside evas

afaik, cedric wants to add such abstraction in eina, but was thinking
about how to do it. I proposed something to him, but he didn't like
it. Now, I'm waiting...

Vincent

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to