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