Home
last modified time | relevance | path

Searched refs:threadWait (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp1056 SoftBusThread threadWait = 0; variable
1062 ret = SoftBusThreadCreate(&threadWait, &threadAttr, ThreadWaitTest, nullptr);
1064 EXPECT_TRUE(threadWait != 0);
1070 ret = SoftBusThreadJoin(threadWait, nullptr);