MCPcopy Create free account
hub / github.com/Compaile/ctrack / multi_parent

Function multi_parent

test/test_nested.cpp:110–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void 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

Callers 1

test_nested.cppFile · 0.85

Calls 4

sleep_msFunction · 0.85
multi_child_1Function · 0.85
multi_child_2Function · 0.85
multi_child_3Function · 0.85

Tested by

no test coverage detected