mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:09:46 +08:00
Rename an overload of waitUntilComplete to waitForAllEngines
- Overloaded functions were quite different, they should have different names - waitForLatestTaskCount function was redundant and hence its body was moved inside waitForAllEngines Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d211864410
commit
6d1e048327
@@ -169,7 +169,7 @@ HWTEST_F(PrintfHandlerTests, givenPrintfHandlerWhenEnqueueIsBlockedThenDontUsePr
|
||||
using CommandQueueHw<FamilyType>::CommandQueueHw;
|
||||
using CommandQueueHw<FamilyType>::enqueueKernel;
|
||||
|
||||
void waitUntilComplete(bool blockedQueue, PrintfHandler *printfHandler) override {
|
||||
void waitForAllEngines(bool blockedQueue, PrintfHandler *printfHandler) override {
|
||||
waitCalled = true;
|
||||
printfHandlerUsedForWait = printfHandler;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user