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

Regards,
-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
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