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
@@ -121,7 +121,7 @@ static void callbackTask(int *ppriority)
if(nget==0) break;
if(nget!=sizeof(pcallback)) {
errMessage(0,"ringGet failed in callbackTask");
threadSuspend();
threadSuspendSelf();
}
ringOverflow[priority] = FALSE;
(*pcallback->callback)(pcallback);