From dad9f18ed8687645c8e670670f7c9f5da13f952e Mon Sep 17 00:00:00 2001 From: William Lupton Date: Sat, 1 Apr 2000 01:24:03 +0000 Subject: [PATCH] removed threadSleep from threadShow --- src/libCom/osi/os/posix/osdThread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libCom/osi/os/posix/osdThread.c b/src/libCom/osi/os/posix/osdThread.c index 80b986067..875c4ca0f 100644 --- a/src/libCom/osi/os/posix/osdThread.c +++ b/src/libCom/osi/os/posix/osdThread.c @@ -456,7 +456,6 @@ void threadShow(threadId id,unsigned int level) errlogPrintf("%16.16s %8x %8d %8.8s\n", pthreadInfo->name,(threadId) pthreadInfo,pthreadInfo->osiPriority,pthreadInfo-> isSuspended?"SUSPEND":"OK"); - threadSleep(0.05); if(level>0) ; /* more info */ }