Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
51
static void testProcess_sleep(unsigned int sec)
52
{
53
Sleep(sec * 1000);
54
}
55
#else
56
static void testProcess_sleep(unsigned int sec)
57
{
Callers
7
test3
Function · 0.85
test7
Function · 0.85
test8_grandchild
Function · 0.85
test9
Function · 0.85
test9_grandchild
Function · 0.85
test10_grandchild
Function · 0.85
runChild2
Function · 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…