Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/signal_handler/
H A Dsignal_handler_test.cpp354 const int testThreadCount = 36; variable
355 for (int i = 0; i < testThreadCount; i++) {
356 threads.push_back(std::thread(TestThread2, i, SIGSEGV, testThreadCount, false));
384 const int testThreadCount = 36; variable
385 for (int i = 0; i < testThreadCount; i++) {
390 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, exitEarly));
507 const int testThreadCount = 100; variable
508 for (int i = 0; i < testThreadCount - 1; i++) {
509 threads.push_back(std::thread (TestThread2, i, SIGSEGV, testThreadCount, true));