Searched refs:exitEarly (Results 1 – 1 of 1) sorted by relevance
320 int TestThread2(int threadId, int sig, int total, bool exitEarly) in TestThread2() argument332 if (!exitEarly) { in TestThread2()386 bool exitEarly = false; variable388 exitEarly = true;390 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, exitEarly));