Reflect routine name change from threadSuspend() to threadSuspendSelf().
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user