On Tue, Jul 7, 2009 at 1:18 PM, Gustavo Sverzut
Barbieri<[email protected]> wrote:
> On Tue, Jul 7, 2009 at 7:57 AM, Cedric BAIL<[email protected]> wrote:
> For example, if you're using Eina with standard mempool, lists will be
> corrupted if used from other threads: its nodes will be allocated from
> the pool without any locking, so two threads can get the same node
> memory chunk and you know bad things will happen.

Hum, are you sure, I think I did fix that use case. But anyway, hash,
inlist and rbtree could already be used with some care from differents
thread (It should work with list too, if not, it's a bug), just
protect their use with the correct mutex.

-- 
Cedric BAIL

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have 
the opportunity to enter the BlackBerry Developer Challenge. See full prize 
details at: http://p.sf.net/sfu/blackberry
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to