X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmutex.c;h=1538553b01df050e1bdc5d03e14b74d894aa557e;hb=5ae2f74ba9b27bb7e926d5908471ac79371f7823;hp=b7deecf5eb3f2eaac2a8d3d6f701481821dde958;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/src/mutex.c b/src/mutex.c index b7deecf..1538553 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2012 Index Data + * Copyright (C) 1995-2013 Index Data * See the file LICENSE for details. */ @@ -74,7 +74,7 @@ void yaz_mutex_enter(YAZ_MUTEX p) EnterCriticalSection(&p->handle); #elif YAZ_POSIX_THREADS int r = 1; /* signal : not locked (yet) */ - + if (p->log_level) { /* debugging */ r = pthread_mutex_trylock(&p->handle);