Searched refs:g_threadId (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/ |
H A D | dumpcatcher_interfaces_test.cpp | 48 static pid_t g_threadId = 0; member 88 g_threadId = gettid(); in CreateRecursiveThread() 106 g_threadId = gettid(); in CreateThread() 622 GTEST_LOG_(INFO) << "dump local process, " << " tid:" << g_threadId; in HWTEST_F() 623 bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1); in HWTEST_F() 666 GTEST_LOG_(INFO) << "dump local process, " << " tid:" << g_threadId; in HWTEST_F() 667 bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1, 10); // 10 means backtrace frames is 10 in HWTEST_F() 687 GTEST_LOG_(INFO) << "dump local process, " << " tid:" << g_threadId; in HWTEST_F() 688 bool ret = dumplog.DumpCatchFd(getpid(), g_threadId, msg, 1); in HWTEST_F()
|
Completed in 2 milliseconds