Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp123 std::string subThreadName = "SubTestThread" + to_string(threadId); in TestThread() local
124 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() local
323 prctl(PR_SET_NAME, subThreadName.c_str()); in TestThread2()
328 GTEST_LOG_(INFO) << subThreadName << " is ready to raise signo(" << sig <<")"; in TestThread2()