Searched refs:g_processId (Results 1 – 2 of 2) sorted by relevance
25 static int64_t g_processId = -1; variable38 if (g_processId == -1) { in ApiEventReporter()39 g_processId = AddProcessor(); in ApiEventReporter()
50 static pid_t g_processId = 0; variable131 g_processId = pid; in ForkMultiThreadProcess()628 if (!GetTidsByPid(g_processId, tids, nstids)) {632 GTEST_LOG_(INFO) << "dump remote process, " << " pid:" << g_processId << ", tid:" << childTid;635 bool ret = dumplog.DumpCatchFd(g_processId, childTid, msg, 1);