Home
last modified time | relevance | path

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

/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; in HWTEST_F() local
388 exitEarly = true; in HWTEST_F()
390 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, exitEarly)); in HWTEST_F()

Completed in 1 milliseconds