use mutex instead of spinlock. older pthreads dont have spinlocks. also this
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Mar 2009 09:32:42 +0000 (09:32 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Fri, 13 Mar 2009 09:32:42 +0000 (09:32 +0000)
commit79b7fc552339193468a1841d9b9e58b3588aa3dd
treefe6f35eef3d0de7606a8d291556c0089998ee8bb
parent8ce5bebf59dc356e53866c636aad59898207fadb
use mutex instead of spinlock. older pthreads dont have spinlocks. also this
uses the same mutex macros used by the mutex on font objects, so it makes it
a bit simpler. old code is commented out for reference.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@39458 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/file/evas_module.c
src/lib/file/evas_module.h