Changed nmem_mutex_create so that it properly handles concurrent
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Sep 2005 10:32:09 +0000 (10:32 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 9 Sep 2005 10:32:09 +0000 (10:32 +0000)
commitcb0de81ba19b675141bf9a8e5094e2fc973385e0
tree59b79914fc577d907bb9e595f77fd4a670a66e5b
parent40a2553a95734f7c8374e506b327bc6aca91f0cc
Changed nmem_mutex_create so that it properly handles concurrent
calls. Now, only first thread will initialize the mutex. Others will
do nothing.
src/nmem.c