hey,

I talked a week  ago with cedric about making eina stringshare thread safe.

The mutex could be activated/deactivated with a classic function and then 2
macros will be use:

LOCK : if(mutex_activated) pthread_mutex_lock()
UNLOCK : if(mutex_activated) pthread_mutex_unlock()

By default the mutex can be deactivated and the developer activate it if
necessary.

What do you think about this idea ?

-- 
Regards.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to