Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clMathLibraries/clBLAS
/ sleepTime
Function
sleepTime
src/tests/timer.c:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void
73
sleepTime(nano_time_t time) {
74
DWORD tms = (DWORD)(time/1000000);
75
76
Sleep(tms);
77
}
78
#else /* defined(_MCS_VER) */
79
80
#include <time.h>
Callers
1
eventInCorrectnessTest
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected