Home
last modified time | relevance | path

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

/test/mlts/benchmark/native/
Dmulti_process_test.cpp270 bool shouldKillProcess = (drand48() * 100) <= (double)processFailureRate; in main() local
272 if (shouldKillProcess) { in main()