MCPcopy 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
72void
73sleepTime(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

Calls

no outgoing calls

Tested by

no test coverage detected