Reflect routine name change from threadSuspend() to threadSuspendSelf().

This commit is contained in:
W. Eric Norum
2000-02-26 23:45:24 +00:00
parent 46dff5ec2b
commit 2ed0736bd0
7 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ void epicsShareAPI dbScanLock(dbCommon *precord)
if(!(plockRecord= precord->lset)) {
epicsPrintf("dbScanLock plockRecord is NULL record %s\n",
precord->name);
threadSuspend();
threadSuspendSelf();
}
while(TRUE) {
while(changingLockSets) threadSleep(.05);