From 5c686c8adcc473cbdbb14e4b2d736f9123210ee6 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 24 Jan 2008 17:55:09 +0000 Subject: redesigned queue to utilize helper classes for threading support. This is finally in a running state for regular (non disk-assisted) queues, with a minor nit at shutdown. So I can finally commit the work again to CVS... --- debug.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'debug.c') diff --git a/debug.c b/debug.c index 1ccb3d60..e473504e 100644 --- a/debug.c +++ b/debug.c @@ -289,11 +289,6 @@ dbgMutLog_t *dbgMutLogAddEntry(pthread_mutex_t *pmut, short mutexOp, dbgFuncDB_t pLog->pFuncDB = pFuncDB; DLL_Add(MutLog, pLog); -//RUNLOG_VAR("%p", pLog); -//RUNLOG_VAR("%p", dbgMutLogListRoot); -//RUNLOG_VAR("%p", dbgMutLogListLast); -//RUNLOG_VAR("%p", pLog->pNext); -//RUNLOG_VAR("%p", pLog->pPrev); return pLog; } @@ -520,7 +515,6 @@ int dbgCondTimedWait(pthread_cond_t *cond, pthread_mutex_t *pmut, const struct t dbgprintf("%s:%d:%s: mutex %p waiting on condition %p (with timeout)\n", pFuncDB->file, pFuncDB->line, pFuncDB->func, (void*)pmut, (void*)cond); ret = pthread_cond_timedwait(cond, pmut, abstime); -RUNLOG; dbgMutexLockLog(pmut, pFuncDB, ln); return ret; } -- cgit v1.2.3