| 108 | } |
| 109 | |
| 110 | void multi_parent(int parent_sleep_ms, int child_sleep_ms) { |
| 111 | CTRACK; |
| 112 | test_helpers::sleep_ms(parent_sleep_ms); |
| 113 | multi_child_1(child_sleep_ms); |
| 114 | multi_child_2(child_sleep_ms); |
| 115 | multi_child_3(child_sleep_ms); |
| 116 | } |
| 117 | |
| 118 | } // anonymous namespace |
| 119 |
no test coverage detected