Lines Matching refs:threadIdx
1417 static void TestDumpCatch(const int targetPid, const string& processName, const int threadIdx)
1422 GTEST_LOG_(INFO) << "threadIdx(" << threadIdx << ") dump sucessfully.";
1432 GTEST_LOG_(INFO) << "threadIdx(" << threadIdx << ") dump failed.";
1434 GTEST_LOG_(ERROR) << "threadIdx(" << threadIdx << ") dump error message is unexpectly.";
1450 for (int threadIdx = 0; threadIdx < MULTITHREAD_TEST_COUNT; threadIdx++) {
1451 thread(TestDumpCatch, accountmgrPid, ACCOUNTMGR_NAME, threadIdx).detach();