mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Adding handle verification
Change-Id: I46d6bd2dda46ace927cdfea5f47b0e614d5818f4 Signed-off-by: Koska <andrzej.koska@intel.com> Related-To: NEO-4819
This commit is contained in:
@@ -957,8 +957,8 @@ HWTEST_F(CommandQueueHwTest, givenEventWithRecordedCommandWhenSubmitCommandIsCal
|
||||
EXPECT_EQ(CompletionStamp::notReady, neoEvent.peekTaskCount());
|
||||
|
||||
std::thread t([&]() {
|
||||
while (!go)
|
||||
;
|
||||
while (!go) {
|
||||
}
|
||||
neoEvent.updateTaskCount(77u, 0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user