Home
last modified time | relevance | path

Searched refs:finishSem (Results 1 - 1 of 1) sorted by relevance

/developtools/profiler/device/base/test/unittest/
H A Dsemaphore_test.cpp78 auto finishSem = GetSemaphoreFactory().Create(0); in HWTEST_F() local
80 ASSERT_NE(finishSem, nullptr); in HWTEST_F()
88 finishSem->Post(); in HWTEST_F()
92 EXPECT_TRUE(finishSem->Wait()); in HWTEST_F()

Completed in 1 milliseconds