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

/external/libbrillo/brillo/
H A Dprocess_reaper_unittest.cc89 int running_childs = 10; local
90 for (int i = 0; i < running_childs; ++i) {
95 [this, exit_value, &running_childs](const siginfo_t& info) {
98 running_childs--;
99 if (running_childs == 0)
107 EXPECT_EQ(0, running_childs);

Completed in 982 milliseconds