X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fmutex.c;h=990cd873399bf1d7c2d5634107099324838cb74b;hp=c4f6d5bef8db056b0f1462169f600fe2a4a4e27e;hb=fe42f72dc30321041420cf2d1a83867b1c450f38;hpb=df00da5a3dbba000c75781fbb709e3e1cfb0a927 diff --git a/src/mutex.c b/src/mutex.c index c4f6d5b..990cd87 100644 --- a/src/mutex.c +++ b/src/mutex.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data + * Copyright (C) 1995-2012 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);