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

Function multithreaded_test_function

test/test_multithreaded.cpp:15–18  ·  view source on GitHub ↗

Helper function for multi-threaded testing

Source from the content-addressed store, hash-verified

13
14// Helper function for multi-threaded testing
15void multithreaded_test_function(int sleep_time_ms) {
16 CTRACK;
17 test_helpers::sleep_ms(sleep_time_ms);
18}
19
20// Named function for testing
21

Callers 1

Calls 1

sleep_msFunction · 0.85

Tested by

no test coverage detected