Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/br/file/
H A Dproxy_session_file_test.cpp570 …int32_t createPthreadRet = pthread_create(&tid, nullptr, AuthSessionTest::TestSendFileThread, null… variable
571 EXPECT_EQ(createPthreadRet, 0);
575 if (createPthreadRet == 0 && pthread_join(tid, nullptr) != 0) {