Searched refs:testThreadCount (Results 1 - 1 of 1) sorted by relevance
/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/ |
H A D | signal_handler_test.cpp | 354 const int testThreadCount = 36; in HWTEST_F() local 355 for (int i = 0; i < testThreadCount; i++) { in HWTEST_F() 356 threads.push_back(std::thread(TestThread2, i, SIGSEGV, testThreadCount, false)); in HWTEST_F() 384 const int testThreadCount = 36; in HWTEST_F() local 385 for (int i = 0; i < testThreadCount; i++) { in HWTEST_F() 390 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, exitEarly)); in HWTEST_F() 507 const int testThreadCount = 100; in HWTEST_F() local 508 for (int i = 0; i < testThreadCount - 1; i++) { in HWTEST_F() 509 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, true)); in HWTEST_F()
|
Completed in 2 milliseconds