This commit is contained in:
Michael Davidsaver
2012-05-24 14:31:28 -04:00
parent 3333217f56
commit 5d2e5b46e5

View File

@@ -716,6 +716,7 @@ epicsShareFunc void epicsShareAPI epicsThreadShow(epicsThreadId showThread, unsi
}
status = pthread_mutex_unlock(&listLock);
checkStatus(status,"pthread_mutex_unlock epicsThreadShowAll");
if(status) return;
if (!found)
printf("Thread %#lx (%lu) not found.\n", (unsigned long)showThread, (unsigned long)showThread);
}