Add yaz_mutex_set_name to debug a MUTEX
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Mar 2010 13:44:49 +0000 (14:44 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Mar 2010 13:44:49 +0000 (14:44 +0100)
When yaz_mutex_set_name is used, each lock/unlock operation will be
yaz_log'ged. Remove YAZ_GNU_THREADS portions, since they are no
not in use. The yaz_mutex_destroy now calls pthread_mutex_destroy
if YAZ_POSIX_THREADS is on.


No differences found