Searched refs:createPthreadRet (Results 1 – 1 of 1) sorted by relevance
570 …int32_t createPthreadRet = pthread_create(&tid, nullptr, AuthSessionTest::TestSendFileThread, null… variable571 EXPECT_EQ(createPthreadRet, 0);575 if (createPthreadRet == 0 && pthread_join(tid, nullptr) != 0) {