Home
last modified time | relevance | path

Searched refs:exitEarly (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp320 int TestThread2(int threadId, int sig, int total, bool exitEarly) in TestThread2() argument
332 if (!exitEarly) { in TestThread2()
386 bool exitEarly = false; variable
388 exitEarly = true;
390 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, exitEarly));