Searched refs:subThreadName (Results 1 – 1 of 1) sorted by relevance
123 std::string subThreadName = "SubTestThread" + to_string(threadId); in TestThread() local124 prctl(PR_SET_NAME, subThreadName.c_str()); in TestThread()130 GTEST_LOG_(INFO) << subThreadName << " is ready to raise signo(" << sig <<")"; in TestThread()322 std::string subThreadName = "SubTestThread" + to_string(threadId); in TestThread2() local323 prctl(PR_SET_NAME, subThreadName.c_str()); in TestThread2()328 GTEST_LOG_(INFO) << subThreadName << " is ready to raise signo(" << sig <<")"; in TestThread2()