Lines Matching defs:tid
97 const string defaultTidMax = "8825"; // 8825 tid max
292 int tid = g_appTid[0];
294 tid = g_appTid[1];
296 bool ret = dumplog.DumpCatch(g_loopAppPid, tid, msg);
715 int tid = g_appTid[0];
717 tid = g_appTid[1];
719 string procCMD = "dumpcatcher -p " + to_string(g_loopAppPid) + " -t " + to_string(tid);
1292 NOINLINE int TestFunc6(std::atomic_int* tid, std::atomic_bool* done)
1294 tid->store(gettid());
1301 NOINLINE int TestFunc5(std::atomic_int* tid, std::atomic_bool* done)
1303 int val = TestFunc6(tid, done);
1307 NOINLINE int TestFunc4(std::atomic_int* tid, std::atomic_bool* done)
1309 int val = TestFunc5(tid, done);
1313 NOINLINE int TestFunc3(std::atomic_int* tid, std::atomic_bool* done)
1315 int val = TestFunc4(tid, done);
1319 NOINLINE int TestFunc2(std::atomic_int* tid, std::atomic_bool* done)
1321 int val = TestFunc3(tid, done);
1325 NOINLINE int TestFunc1(std::atomic_int* tid, std::atomic_bool* done)
1327 int val = TestFunc2(tid, done);