Adding handle verification

Change-Id: I46d6bd2dda46ace927cdfea5f47b0e614d5818f4
Signed-off-by: Koska <andrzej.koska@intel.com>
Related-To: NEO-4819
This commit is contained in:
Koska
2020-07-31 16:52:41 +02:00
committed by sys_ocldev
parent 491ac877a4
commit 2a4af0b89b
14 changed files with 268 additions and 9 deletions

View File

@@ -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);
});