Home
last modified time | relevance | path

Searched refs:otherTid (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/faultloggerd/test/systemtest/
H A Ddumpcatcher_system_test.cpp1339 std::atomic_int otherTid; in HWTEST_F() local
1341 std::thread th1([&otherTid, &done] { in HWTEST_F()
1342 otherTid = gettid(); in HWTEST_F()
1343 TestFunc1(&otherTid, &done); in HWTEST_F()
1354 log[4].append(std::to_string(otherTid)); in HWTEST_F()

Completed in 3 milliseconds