MCPcopy Create free account
hub / github.com/Kitware/CMake / testProcess_sleep

Function testProcess_sleep

Source/kwsys/testProcess.c:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50#if defined(_WIN32)
51static void testProcess_sleep(unsigned int sec)
52{
53 Sleep(sec * 1000);
54}
55#else
56static void testProcess_sleep(unsigned int sec)
57{

Callers 7

test3Function · 0.85
test7Function · 0.85
test8_grandchildFunction · 0.85
test9Function · 0.85
test9_grandchildFunction · 0.85
test10_grandchildFunction · 0.85
runChild2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…